Documentation
    Preparing search index...

    Interface TwingCommentNode

    interface TwingCommentNode {
        attributes: TwingCommentNodeAttributes;
        children: Children;
        column: number;
        line: number;
        tag: null | string;
        type: "comment";
    }

    Hierarchy (View Summary)

    Index

    Properties

    children: Children
    column: number
    line: number
    tag: null | string
    type: "comment"