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

    The body of a "references" response message.

    interface ReferencesResponseBody {
        refs: readonly ReferencesResponseItem[];
        symbolDisplayString: string;
        symbolName: string;
        symbolStartOffset: number;
    }
    Index

    Properties

    refs: readonly ReferencesResponseItem[]

    The file locations referencing the symbol.

    symbolDisplayString: string

    The full display name of the symbol.

    symbolName: string

    The name of the symbol.

    symbolStartOffset: number

    The start character offset of the symbol (on the line provided by the references request).