Documentation
    Preparing search index...

    Interface TwingBlockReferenceNode

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

    Hierarchy (View Summary)

    Index

    Properties

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