TypeDoc API - v0.28.2

    Interface Comment

    interface Comment {
        summary: JSONOutput.CommentDisplayPart[];
        blockTags?: JSONOutput.CommentTag[];
        label?: string;
        modifierTags?: `@${string}`[];
    }

    Hierarchy

    Index

    Properties

    blockTags?: JSONOutput.CommentTag[] = []

    All associated block level tags.

    label?: string

    Label associated with this reflection, if any (https://tsdoc.org/pages/tags/label/)

    modifierTags?: `@${string}`[]
    MMNEPVFCICPMFPCPTTAAATR