ts-graphviz
    Preparing search index...

    Interface CommentASTPropatiesBeta

    interface CommentASTPropaties {
        kind: CommentKind;
        location?: FileRange;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    A string that specifies the kind of comment.

    location?: FileRange

    The start and end location of the AST object.

    value: string

    A string that contains the actual content of the comment.