Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Interface. Request Action

sprotty-protocol / RequestAction

Interface: RequestAction<Res>

Defined in: actions.ts:51

A request action is tied to the expectation of receiving a corresponding response action. The requestId property is used to match the received response with the original request.

Extends

Extended by

Type Parameters

Res

Res extends ResponseAction

Properties

_?

readonly optional _: Res

Defined in: actions.ts:57

Used to ensure correct typing. Clients must not use this property


kind

kind: string

Defined in: actions.ts:40

Inherited from

Action.kind


requestId

requestId: string

Defined in: actions.ts:52