Interface: IButtonPanePropertyItem experimental
Beta
A property item pane which supports multiple buttons
Extends
Properties
enable
enable:
boolean
Beta
Remarks
If the item is enabled in the UI.
Inherited from
id
readonlyid:string
Beta
Remarks
Unique ID for the property item.
Inherited from
paneId
readonlypaneId:string
Beta
Remarks
The parent pane id.
Inherited from
typeName
readonlytypeName:PropertyItemType
Beta
Remarks
The type name of the target property.
Inherited from
visible
visible:
boolean
Beta
Remarks
If the item should be visible in the UI.
Inherited from
Methods
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 interaction.
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.
