twing

    Interface TwingBaseCallNode<Type>

    interface TwingBaseCallNode<Type extends "filter" | "function" | "test"> {
        attributes: TwingBaseNodeAttributes & { operatorName: string };
        children: TwingBaseCallNodeChildren;
        column: number;
        line: number;
        tag: null | string;
        type: Type;
    }

    Type Parameters

    • Type extends "filter" | "function" | "test"

    Hierarchy (View Summary, Expand)

    Index

    Properties

    attributes: TwingBaseNodeAttributes & { operatorName: string }
    column: number
    line: number
    tag: null | string
    type: Type
    MMNEPVFCICPMFPCPTTAAATR