Interface ReflectionGroup

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

Hierarchy

Properties

title: string

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

Categories contained within this group.

children?: number[]

Generated using TypeDoc