Constructor
# new DuMultiButton()
Properties:
Name | Type | Description |
---|---|---|
label |
StaticText
|
The current text |
buttons |
Array.<DuButton>
|
The buttons |
text |
string
|
The current text |
build |
DuMultiButton~build
|
You can use this callback to add a function which builds the UI of the popup, it will be called on first display. |
Type Definitions
# build()
You can use this callback to add a function which builds the content of the popup, it will be called on first display.
This allows a faster startup of your script by delaying the creation of the tabs which are hidden at startup.
You can use
This allows a faster startup of your script by delaying the creation of the tabs which are hidden at startup.
You can use
this.addButton
to add buttons in the popup.