Documentation
    Preparing search index...

    Interface TwingSpreadNode

    interface TwingSpreadNode {
        attributes: Attributes;
        children: { iterable: TwingBaseExpressionNode };
        column: number;
        line: number;
        tag: null | string;
        type: "spread";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Attributes
    children: { iterable: TwingBaseExpressionNode }
    column: number
    line: number
    tag: null | string
    type: "spread"