Interface: IBlockTablePropertyItemOptions experimental
Beta
Properties of block table 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
entries?
optionalentries?:Map<string,IBlockTableEntryInfo>
Beta
Remarks
Map of block entries in the block table.
hiddenLabel?
optionalhiddenLabel?:boolean
Beta
Remarks
If true label text will be hidden. It will be visible by default.
onOperationClick?
optionalonOperationClick?: (block,operation) =>void
Beta
Parameters
block
string
operation
Returns
void
Remarks
This callback is called when UI control operation is selected from the UI.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item.
tooltip?
optionaltooltip?:LocalizedString
Beta
Remarks
Tooltip description of the property item.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
