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

    protocol.NavigationTree is identical to ts.NavigationTree, except using protocol.TextSpan instead of ts.TextSpan

    interface NavigationTree {
        childItems?: tsc.server.protocol.NavigationTree[];
        kind: ScriptElementKind;
        kindModifiers: string;
        nameSpan: tsc.server.protocol.TextSpan | undefined;
        spans: tsc.server.protocol.TextSpan[];
        text: string;
    }
    Index

    Properties

    kindModifiers: string
    nameSpan: tsc.server.protocol.TextSpan | undefined
    text: string