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

    Interface NavigateToItem

    interface NavigateToItem {
        containerKind: ScriptElementKind;
        containerName: string;
        fileName: string;
        isCaseSensitive: boolean;
        kind: ScriptElementKind;
        kindModifiers: string;
        matchKind: "substring" | "prefix" | "exact" | "camelCase";
        name: string;
        textSpan: tsc.TextSpan;
    }
    Index

    Properties

    containerKind: ScriptElementKind
    containerName: string
    fileName: string
    isCaseSensitive: boolean
    kindModifiers: string
    matchKind: "substring" | "prefix" | "exact" | "camelCase"
    name: string
    textSpan: tsc.TextSpan