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

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

    interface DefinitionInfo {
        contextEnd?: tsc.server.protocol.Location;
        contextStart?: tsc.server.protocol.Location;
        end: tsc.server.protocol.Location;
        file: string;
        start: tsc.server.protocol.Location;
        unverified?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextStart?: tsc.server.protocol.Location

    One character past last character of the definition.

    file: string

    File containing text span.

    First character of the definition.

    unverified?: boolean

    When true, the file may or may not exist.