Documentation
    Preparing search index...

    Interface TwingApplyNode

    interface TwingApplyNode {
        attributes: Attributes;
        children: TwingApplyNodeChildren;
        column: number;
        line: number;
        tag: null | string;
        type: "apply";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: Attributes
    column: number
    line: number
    tag: null | string
    type: "apply"