Interface ReflectionGroup

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

Hierarchy

Properties

title: string

The title, a string representation of the typescript kind, of this group.

Categories contained within this group.

children?: number[]

User specified description via @groupDescription, if specified.

Generated using TypeDoc