@servicenow/sdk - v4.4.1
    Preparing search index...
    interface DocumentSpan {
        contextSpan?: tsc.TextSpan;
        fileName: string;
        originalContextSpan?: tsc.TextSpan;
        originalFileName?: string;
        originalTextSpan?: tsc.TextSpan;
        textSpan: tsc.TextSpan;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextSpan?: tsc.TextSpan

    If DocumentSpan.textSpan is the span for name of the declaration, then this is the span for relevant declaration

    fileName: string
    originalContextSpan?: tsc.TextSpan
    originalFileName?: string
    originalTextSpan?: tsc.TextSpan

    If the span represents a location that was remapped (e.g. via a .d.ts.map file), then the original filename and span will be specified here

    textSpan: tsc.TextSpan