Interface: IBlockListPropertyItemOptions experimental
Beta
Optional properties for Bool property item
Extends
Properties
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
onChange?
optionalonChange?: (newValue,oldValue) =>void
Beta
Parameters
newValue
readonly string[]
oldValue
readonly string[]
Returns
void
Remarks
This callback is called when UI control value is changed.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
