TypeDoc API - v0.28.20
    Preparing search index...

    Interface ReflectionGroup

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

    Hierarchy

    • S<ReflectionGroup, "title" | "description" | "categories">
      • ReflectionGroup
    Index
    title: string

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

    Categories contained within this group.

    children?: ReflectionId[]

    User specified description via @groupDescription, if specified.