TypeDoc API - v0.28.2

    Interface ReflectionGroup

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

    Hierarchy

    Index

    Properties

    title: string

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

    Categories contained within this group.

    children?: Models.ReflectionId[]

    User specified description via @groupDescription, if specified.

    MMNEPVFCICPMFPCPTTAAATR