Interface: ITagContainerPropertyItemOptions experimental
inventoryBeta
Optional properties for Tag Container property item
Extends
Properties
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
onTagAdded?
optionalonTagAdded?: (tag) =>void
Beta
Parameters
tag
string
Returns
void
Remarks
This callback is called when a tag is added.
onTagRemoved?
optionalonTagRemoved?: (tag) =>void
Beta
Parameters
tag
string
Returns
void
Remarks
This callback is called when a tag is removed.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
tags?
optionaltags?:string[]
Beta
Remarks
Initial tags for the container.
tagsPool?
optionaltagsPool?:string[]
Beta
Remarks
Available tags pool to select from.
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item.
variant?
optionalvariant?:TagContainerVariant
Beta
Remarks
Visual variant of the tag container. If undefined, it will default to Inverted.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.visible
