Interface IBlockTablePropertyItem

A property item which supports Block Table properties

Hierarchy

Properties

enable: boolean

Remarks

If the item is enabled in the UI.

id: string

Remarks

Unique ID for the property item.

paneId: string

Remarks

The parent pane id.

Remarks

The type name of the target property.

visible: boolean

Remarks

If the item should be visible in the UI.

Methods

  • Parameters

    • block: string | BlockType

      a new entry in the block table.

    • blockInfo: IBlockTableEntryInfo

      block info for the entry in the block table.

    Returns void

    Remarks

    Create new or update an existing entry in the block table

  • Parameters

    • block: string

      an entry in the block table.

    Returns void

    Remarks

    Delete entry in the block table, by block name

  • Parameters

    • block: string | BlockType

      an entry in the block table.

    Returns undefined | IBlockTableEntryInfo

    Remarks

    Read entry from the block table, by block name

  • Parameters

    Returns void

    Remarks

    Updates title of the property item.

  • Parameters

    Returns void

    Remarks

    Update the block table entries