Skip to content

lspeasy / client/src / PartialRequestOptions

Interface: PartialRequestOptions<TPartial>

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

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

Released under the MIT License.