Interface IBlockListPropertyItemOptions

Optional properties for Bool property item

Hierarchy

Properties

enable?: boolean

Remarks

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

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

Type declaration

    • (newValue, oldValue): void
    • Parameters

      • newValue: readonly string[]
      • oldValue: readonly string[]

      Returns void

      Remarks

      This callback is called when UI control value is changed.

visible?: boolean

Remarks

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