Skip to content

lspeasy / client/src / PartialRequestOptions

Interface: PartialRequestOptions<TPartial>

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

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:185
token?string | numberCustom partialResultToken value; auto-generated when omitted.packages/client/src/types.ts:181

Released under the MIT License.