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

Interface. Response Action

sprotty-protocol / ResponseAction

Interface: ResponseAction

Defined in: actions.ts:86

A response action is sent to respond to a request action. The responseId must match the requestId of the preceding request. In case the responseId is empty or undefined, the action is handled as standalone, i.e. it was fired without a preceding request.

Extends

Extended by

Properties

kind

kind: string

Defined in: actions.ts:40

Inherited from

Action.kind


responseId

responseId: string

Defined in: actions.ts:87