twing
    Preparing search index...

    Interface TwingPositiveNode

    interface TwingPositiveNode {
        attributes: Attributes;
        children: { operand: TwingBaseExpressionNode };
        column: number;
        line: number;
        tag: null | string;
        type: "positive";
    }

    Hierarchy (View Summary)

    Index

    Properties

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