TypeDoc API - v0.28.2

    Interface NavigationElement

    interface NavigationElement {
        text: string;
        children?: NavigationElement[];
        class?: string;
        icon?: string | number;
        kind?: Models.ReflectionKind;
        path?: string;
    }
    Index

    Properties

    text: string
    children?: NavigationElement[]
    class?: string
    icon?: string | number
    path?: string
    MMNEPVFCICPMFPCPTTAAATR