Interface Comment

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

Hierarchy

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}`[]