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

    Interface PageHeading

    interface PageHeading {
        link: string;
        text: string;
        classes?: string;
        icon?:
            | Project
            | Module
            | Namespace
            | Enum
            | EnumMember
            | Variable
            | Function
            | Class
            | Interface
            | Constructor
            | Property
            | Method
            | CallSignature
            | IndexSignature
            | ConstructorSignature
            | Parameter
            | TypeLiteral
            | TypeParameter
            | Accessor
            | GetSignature
            | SetSignature
            | TypeAlias
            | Reference
            | Document
            | "search"
            | "anchor"
            | "chevronDown"
            | "checkbox"
            | "menu"
            | "chevronSmall"
            | "folder"
            | "alertNote"
            | "alertTip"
            | "alertImportant"
            | "alertWarning"
            | "alertCaution";
        kind?: Models.ReflectionKind;
        level?: number;
    }
    Index

    Properties

    link: string
    text: string
    classes?: string
    icon?:
        | Project
        | Module
        | Namespace
        | Enum
        | EnumMember
        | Variable
        | Function
        | Class
        | Interface
        | Constructor
        | Property
        | Method
        | CallSignature
        | IndexSignature
        | ConstructorSignature
        | Parameter
        | TypeLiteral
        | TypeParameter
        | Accessor
        | GetSignature
        | SetSignature
        | TypeAlias
        | Reference
        | Document
        | "search"
        | "anchor"
        | "chevronDown"
        | "checkbox"
        | "menu"
        | "chevronSmall"
        | "folder"
        | "alertNote"
        | "alertTip"
        | "alertImportant"
        | "alertWarning"
        | "alertCaution"
    level?: number