KC's Workspace
    Preparing search index...
    interface NavigationElement {
        children?: NavigationElement[];
        class?: string;
        icon?: string | number;
        kind?: ReflectionKind;
        path?: string;
        text: string;
    }
    Index

    Properties

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