Interface TwingBlockReferenceNode

interface TwingBlockReferenceNode {
    attributes: TwingBlockReferenceNodeAttributes;
    children: {};
    column: number;
    line: number;
    tag: null | string;
    type: "block_reference";
}

Hierarchy (view full)

Properties

children: {}
column: number
line: number
tag: null | string
type: "block_reference"