Interface IToggleGroupPropertyItemOptions

Optional properties for Toggle Group property item

Hierarchy

Properties

enable?: boolean

Remarks

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

Remarks

List of toggle button entries associated with the property item. If undefined, list will be empty.

hiddenEntryLabels?: boolean

Remarks

If true toggle buttons will be displayed vertically with their labels. If undefined, labels will be hidden.

hiddenLabel?: boolean

Remarks

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

onChange?: ((newValue, oldValue, items) => void)

Type declaration

    • (newValue, oldValue, items): void
    • Parameters

      Returns void

      Remarks

      This callback is called when UI control value is changed.

Remarks

Localized title of the property item.

tooltip?: LocalizedString

Remarks

Tooltip description of the property item.

visible?: boolean

Remarks

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