Interface: IModalControlPane experimental
Beta
A sub pane for modal control elements.
Extends
Properties
id
readonlyid:string
Beta
Remarks
Unique identifier for the pane.
Inherited from
visible
visible:
boolean
Beta
Remarks
Check visibility of the pane
Inherited from
Methods
addBool()
addBool(
value,options?):IBoolPropertyItem
Beta
Parameters
value
IObservableProp<boolean>
options?
Returns
Remarks
Adds a togglable boolean item to the pane.
addButton()
addButton(
action,options?):IButtonPropertyItem
Beta
Parameters
action
ButtonPropertyItemSupportedActionTypes
options?
Returns
Remarks
Adds a button to the pane and binds the specified action to the button activation.
addButtonPane()
addButtonPane(
options?):IButtonPanePropertyItem
Beta
Parameters
options?
IButtonPanePropertyItemOptions
Returns
Remarks
Adds a pane for grouped button layout.
addDivider()
addDivider(
options?):IPropertyItemBase
Beta
Parameters
options?
Returns
Remarks
Adds an divider item to the pane.
hide()
hide():
void
Beta
Returns
void
Remarks
Hide the pane.
Inherited from
show()
show():
void
Beta
Returns
void
Remarks
Show the pane and all of its items.
