Skip to main content

Interface: IPropertyItemOptions

Extended by

Properties

enable?

optional enable: boolean

Remarks

If the item is enabled in the UI.


onChange?

optional onChange: OnChangeCallback <PropertyBag, string>

Remarks

Callback to execute when the value is updated.


titleAltText?

optional titleAltText: string

Remarks

Fallback display text if no loc ID


titleStringId?

optional titleStringId: string

Remarks

Loc ID (resolved on client)


visible?

optional visible: boolean

Remarks

If the item should be visible in the UI.