Interface ReflectionCategory

interface ReflectionCategory {
    title: string;
    children?: number[];
    description?: JSONOutput.CommentDisplayPart[];
}

Hierarchy

Properties

title: string

The title, a string representation of this category.

children?: number[]

The user specified description, if any, set with @categoryDescription