Interface: IListPaneBoolEntry experimental
Beta
List Pane button entry
Extends
Properties
enabled
readonlyenabled:boolean
Beta
Remarks
Enabled state of the entry.
index
readonlyindex:number
Beta
Remarks
Sequence index of the entry.
Inherited from
slot
readonlyslot:IListPaneSlot
Beta
Remarks
Slot that owns the entry.
Inherited from
type
readonlytype:ListPaneEntryType
Beta
Remarks
Type of the entry.
Inherited from
value
readonlyvalue:boolean
Beta
Remarks
Value of the entry.
visible
readonlyvisible:boolean
Beta
Remarks
Visibility state of the entry.
Inherited from
Methods
setEnabled()
setEnabled(
enabled):void
Beta
Parameters
enabled
true
New enabled state.
Returns
void
Remarks
Updates enabled state of the entry.
setTooltip()
setTooltip(
tooltip):void
Beta
Parameters
tooltip
New tooltip.
Returns
void
Remarks
Updates tooltip of the entry.
setValue()
setValue(
value):void
Beta
Parameters
value
boolean
New value.
Returns
void
Remarks
Updates value of the entry.
setVisible()
setVisible(
visible):void
Beta
Parameters
visible
boolean
New value.
Returns
void
Remarks
Updates visibility of the entry.
