Interface IBlockTablePropertyItemOptions

Properties of block table item

Hierarchy

Properties

enable?: boolean

Remarks

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

entries?: Map<string, IBlockTableEntryInfo>

Remarks

Map of block entries in the block table.

hiddenLabel?: boolean

Remarks

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

onOperationClick?: ((block, operation) => void)

Type declaration

    • (block, operation): void
    • Parameters

      Returns void

      Remarks

      This callback is called when UI control operation is selected from the UI.

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.