new DuMultiButton()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 12792
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()
D:/RxLab/src/RxOT/DuAEF/Duik/Duik_API/DuAEF_Duik_api.jsxinc, line 12806 -
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 usethis.addButton
to add buttons in the popup.