For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/interfaces/IActionBarItem.md.

Interface: IActionBarItem experimental

Beta

Registered item handle in the Action Bar collection.

Properties

getEnabled

getEnabled: () => boolean

Beta

Returns

boolean

Remarks

Returns the current enabled state of the item.


id

readonly id: string

Beta

Remarks

Unique identifier of the item.


label

readonly label: string

Beta

Remarks

Text label of the item.


setEnabled

setEnabled: (enabled) => void

Beta

Parameters

enabled

boolean

Returns

void

Remarks

Modify enabled state of the item.