Interface: IListPaneButtonEntry 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
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.
setIcon()
setIcon(
icon):void
Beta
Parameters
icon
string
New icon.
Returns
void
Remarks
Updates icon of the entry.
setTitle()
setTitle(
title):void
Beta
Parameters
title
string
New title.
Returns
void
Remarks
Updates title of the entry.
setTooltip()
setTooltip(
tooltip):void
Beta
Parameters
tooltip
New tooltip.
Returns
void
Remarks
Updates tooltip of the entry.
setVisible()
setVisible(
visible):void
Beta
Parameters
visible
boolean
New value.
Returns
void
Remarks
Updates visibility of the entry.
