lspeasy / client/src / PartialRequestOptions
Interface: PartialRequestOptions<TPartial>
Defined in: packages/client/src/types.ts:146
Options for LSPClient.sendRequestWithPartialResults.
Config
Type Parameters
| Type Parameter | Description |
|---|---|
TPartial | The partial result element type. |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
onPartial | (partial) => void | Called for each $/progress notification carrying a partial result. | packages/client/src/types.ts:154 |
token? | string | number | Custom partialResultToken value; auto-generated when omitted. | packages/client/src/types.ts:150 |