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

    Body of QuickInfoResponse.

    interface QuickInfoResponseBody {
        displayString: string;
        documentation: string | tsc.SymbolDisplayPart[];
        end: tsc.server.protocol.Location;
        kind: ScriptElementKind;
        kindModifiers: string;
        start: tsc.server.protocol.Location;
        tags: tsc.server.protocol.JSDocTagInfo[];
    }
    Index

    Properties

    displayString: string

    Type and kind of symbol.

    documentation: string | tsc.SymbolDisplayPart[]

    Documentation associated with symbol. Display parts when UserPreferences.displayPartsForJSDoc is true, flattened to string otherwise.

    One past last character of symbol.

    The symbol's kind (such as 'className' or 'parameterName' or plain 'text').

    kindModifiers: string

    Optional modifiers for the kind (such as 'public').

    Starting file location of symbol.

    JSDoc tags associated with symbol.