What is the type of Label text property?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By earlroxas
:warning: Old Version Published before Godot 3 was released.

So, i want to make an export variable that similar to text property in Label.
that property allow you to write string using large separate window like picture below:

enter image description here

What type do i need to write in my export variable type?
If i use the String type there is no large separate window available.

:bust_in_silhouette: Reply From: aozasori
export(String, MULTILINE) var text

(edit: updated link)

Page not exist.
But well, it’s works. So it doesnt matter.
The last time i checked the docs the multiline isnt there.
Thank you

earlroxas | 2017-04-04 01:51