TypeDoc API - v0.28.2

    Interface ReflectionCategory

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

    Hierarchy

    Index

    Properties

    title: string

    The title, a string representation of this category.

    children?: Models.ReflectionId[]

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

    MMNEPVFCICPMFPCPTTAAATR