Optional properties for Button property item

Hierarchy

Properties

enable?: boolean

Remarks

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

hiddenLabel?: boolean

Remarks

If true label text will be hidden. It will be visible by default.

icon?: string

Remarks

Icon image of the property item.

Remarks

Localized title of the property item.

tooltip?: LocalizedString

Remarks

Tooltip description of the property item.

Remarks

The variant for the button. By default it is Primary.

visible?: boolean

Remarks

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