Search
Preparing search index...
The search index is not available
Voxels-Scripting-Engine
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Voxels-Scripting-Engine
lib/guiControl
guiControl
Class guiControl
Hierarchy
EventEmitter
guiControl
Index
Constructors
constructor
Properties
gui
id
position
In
Grid
text
type
Accessors
summary
uuid
Methods
remove
update
Constructors
constructor
new gui
Control
(
gui
:
default
, options
:
guiControlOptions
)
:
guiControl
Parameters
gui:
default
options:
guiControlOptions
Returns
guiControl
Properties
gui
gui
:
default
Optional
id
id
?:
string
position
In
Grid
position
In
Grid
:
[
number
,
number
]
Optional
text
text
?:
string
type
type
:
"button"
|
"text"
Accessors
summary
get
summary
(
)
:
{
id
:
undefined
|
string
;
positionInGrid
:
[
number
,
number
]
;
text
:
undefined
|
string
;
type
:
"button"
|
"text"
;
uuid
:
string
}
Returns
{
id
:
undefined
|
string
;
positionInGrid
:
[
number
,
number
]
;
text
:
undefined
|
string
;
type
:
"button"
|
"text"
;
uuid
:
string
}
id
:
undefined
|
string
position
In
Grid
:
[
number
,
number
]
text
:
undefined
|
string
type
:
"button"
|
"text"
uuid
:
string
uuid
get
uuid
(
)
:
string
Returns
string
Methods
remove
remove
(
)
:
void
Returns
void
update
update
(
)
:
void
Returns
void
Modules
feature
gui
helpers
index
lib/gui
Control
lib/messages
lib/types
lib/validation-
helpers
parcel
player
types
gui
Control
constructor
gui
id
position
In
Grid
text
type
summary
uuid
remove
update
Generated using
TypeDoc