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

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

    interface TextSpanWithContext {
        contextEnd?: tsc.server.protocol.Location;
        contextStart?: tsc.server.protocol.Location;
        end: tsc.server.protocol.Location;
        start: tsc.server.protocol.Location;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextStart?: tsc.server.protocol.Location

    One character past last character of the definition.

    First character of the definition.