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

    Object found in response messages defining a span of text in a specific source file.

    interface FileSpan {
        end: tsc.server.protocol.Location;
        file: string;
        start: tsc.server.protocol.Location;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    One character past last character of the definition.

    file: string

    File containing text span.

    First character of the definition.