KC's Workspace
    Preparing search index...
    interface Comment {
        blockTags?: CommentTag[];
        label?: string;
        modifierTags?: `@${string}`[];
        summary: CommentDisplayPart[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockTags?: CommentTag[]

    All associated block level tags.

    label?: string

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

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