Documentation
    Preparing search index...

    Interface TwingEndsWithNode

    interface TwingEndsWithNode {
        attributes: Attributes;
        children: { left: TwingBaseExpressionNode; right: TwingBaseExpressionNode };
        column: number;
        line: number;
        tag: null | string;
        type: "ends_with";
    }

    Hierarchy (View Summary)

    Index

    Properties

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