Interface ReflectionCategory

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

Hierarchy

Properties

title: string

The title, a string representation of this category.

children?: Models.ReflectionId[]

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