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/IActionBarItemCreationParams.md.

Interface: IActionBarItemCreationParams experimental

Beta

Properties required to create an Action Bar item.

Properties

contentBadgeId?

optional contentBadgeId?: string

Beta

Remarks

Optional content badge identifier associated with the item.


enabled?

optional enabled?: boolean

Beta

Remarks

Initial enabled state of the item. If not defined, default is true.


executeOnAdd?

optional executeOnAdd?: boolean

Beta

Remarks

Sets whether the Action Bar Item's execute is run when it is added to the Action Bar. If not defined, default is false.


icon

icon: string

Beta

Remarks

Icon resource for the item.


iconAnimation?

optional iconAnimation?: ImageAnimationData

Beta

Remarks

Animation data for sprite sheet icon image


label

label: string

Beta

Remarks

Text label for item.


tooltipDescription?

optional tooltipDescription?: string

Beta

Remarks

Tooltip description for the item.


tooltipTitle?

optional tooltipTitle?: string

Beta

Remarks

Tooltip title for the item.