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

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

    interface RenameTextSpan {
        contextEnd?: tsc.server.protocol.Location;
        contextStart?: tsc.server.protocol.Location;
        end: tsc.server.protocol.Location;
        prefixText?: string;
        start: tsc.server.protocol.Location;
        suffixText?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextStart?: tsc.server.protocol.Location

    One character past last character of the definition.

    prefixText?: string

    First character of the definition.

    suffixText?: string