Type Alias InlayHintParams

InlayHintParams: WorkDoneProgressParams & {
    range: Range;
    textDocument: TextDocumentIdentifier;
}

A parameter literal used in inlay hint requests.

Type declaration

3.17.0