Interface IPropertyItemOptionsButton

Hierarchy

Properties

enable?: boolean

Remarks

If the item is enabled in the UI.

icon?: string
onChange?: OnChangeCallback<PropertyBag, string>

Remarks

Callback to execute when the value is updated.

title?: string

Remarks

Localized title of the property item

variant?: ButtonVariant

Remarks

The variant for the button. By default it is "primary"

visible?: boolean

Remarks

If the item should be visible in the UI.