Search
Preparing search index...
The search index is not available
Strange Eons JS API
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
uicontrols
CodeEditor
Interface CodeEditor
Hierarchy
CodeEditor
Index
Methods
execute
get
Text
set
Text
Methods
execute
execute
(
)
:
any
Runs the code in the editor and returns the result.
Returns
any
get
Text
get
Text
(
)
:
string
Returns the editor text.
Returns
string
set
Text
set
Text
(
text
:
string
)
:
void
Sets the editor text.
Parameters
text:
string
Returns
void
Globals
cards
common
diy
extension
fontutils
imageutils
markup
modifiers
prefab
project
random
threads
tints
ui
uibindings
uicontrols
uilayout
Code
Editor
execute
get
Text
set
Text
autocompletion
Field
button
button
Group
check
Box
code
Area
combo
Box
cycle
Button
help
Button
hyperlink
label
list
Control
no
Markup
note
Label
portrait
Panel
radio
Button
repeater
Button
separator
slider
spinner
text
Area
text
Field
tint
Panel
tip
Button
toggle
Button
Runs the code in the editor and returns the result.