@servicenow/sdk - v4.4.1
    Preparing search index...
    interface NavigationBarItem {
        childItems?: tsc.server.protocol.NavigationBarItem[];
        indent: number;
        kind: ScriptElementKind;
        kindModifiers?: string;
        spans: tsc.server.protocol.TextSpan[];
        text: string;
    }
    Index

    Properties

    Optional children.

    indent: number

    Number of levels deep this item should appear.

    The symbol's kind (such as 'className' or 'parameterName').

    kindModifiers?: string

    Optional modifiers for the kind (such as 'public').

    The definition locations of the item.

    text: string

    The item's display text.