Documentation
    Preparing search index...

    Interface TwingTestNode

    interface TwingTestNode {
        attributes: TwingBaseNodeAttributes & { operatorName: string };
        children: TwingBaseCallNodeChildren;
        column: number;
        line: number;
        tag: null | string;
        type: "test";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: TwingBaseNodeAttributes & { operatorName: string }
    column: number
    line: number
    tag: null | string
    type: "test"