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

Interface: ITagContainerPropertyItemOptions experimental

inventory

Beta

Optional properties for Tag Container property item

Extends

Properties

enable?

optional enable?: boolean

Beta

Remarks

Initial enabled state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.enable


onTagAdded?

optional onTagAdded?: (tag) => void

Beta

Parameters

tag

string

Returns

void

Remarks

This callback is called when a tag is added.


onTagRemoved?

optional onTagRemoved?: (tag) => void

Beta

Parameters

tag

string

Returns

void

Remarks

This callback is called when a tag is removed.


style?

optional style?: PaneItemStyle

Beta

Remarks

Optional styling overrides for the item.

Inherited from

IPropertyItemOptionsBase.style


tags?

optional tags?: string[]

Beta

Remarks

Initial tags for the container.


tagsPool?

optional tagsPool?: string[]

Beta

Remarks

Available tags pool to select from.


title?

optional title?: LocalizedString

Beta

Remarks

Localized title of the property item.


variant?

optional variant?: TagContainerVariant

Beta

Remarks

Visual variant of the tag container. If undefined, it will default to Inverted.


visible?

optional visible?: boolean

Beta

Remarks

Initial visibility state of property item. If undefined, it will default to true.

Inherited from

IPropertyItemOptionsBase.visible

同领域相关