Optional properties for String 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. If undefined, the label will be visible by default.

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

Type declaration

    • (newValue, oldValue): void
    • Parameters

      • newValue: string
      • oldValue: string

      Returns void

      Remarks

      This callback is called when UI control value is changed.

regexPattern?: string

Remarks

Optional regular expression pattern to validate string.

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.