Extended interface for LINE entities, including optional block reference.

interface ILineEntityExtended {
    blockName?: string;
}

Hierarchy

  • ILineEntity
    • ILineEntityExtended

Properties

Properties

blockName?: string

The optional block name this line belongs to.