@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface NavigationBarItem

    Navigation bar interface designed for visual studio's dual-column layout. This does not form a proper tree. The navbar is returned as a list of top-level items, each of which has a list of child items. Child items always have an empty array for their childItems.

    interface NavigationBarItem {
        bolded: boolean;
        childItems: tsc.NavigationBarItem[];
        grayed: boolean;
        indent: number;
        kind: ScriptElementKind;
        kindModifiers: string;
        spans: tsc.TextSpan[];
        text: string;
    }
    Index

    Properties

    bolded: boolean
    childItems: tsc.NavigationBarItem[]
    grayed: boolean
    indent: number
    kindModifiers: string
    spans: tsc.TextSpan[]
    text: string