Documentation
    Preparing search index...

    Interface TwingDeprecatedNode

    interface TwingDeprecatedNode {
        attributes: Attributes;
        children: { message: TwingBaseExpressionNode };
        column: number;
        line: number;
        tag: null | string;
        type: "deprecated";
    }

    Hierarchy (View Summary)

    Index

    Properties

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