Skip to content

lspeasy / client/src / PartialRequestOptions

Interface: PartialRequestOptions<TPartial>

Defined in: packages/client/src/types.ts:146

Options for LSPClient.sendRequestWithPartialResults.

Config

Type Parameters

Type ParameterDescription
TPartialThe partial result element type.

Properties

PropertyTypeDescriptionDefined in
onPartial(partial) => voidCalled for each $/progress notification carrying a partial result.packages/client/src/types.ts:154
token?string | numberCustom partialResultToken value; auto-generated when omitted.packages/client/src/types.ts:150

Released under the MIT License.