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

Function.Is Response Action

sprotty-protocol / isResponseAction

Function: isResponseAction()

isResponseAction(object?): object is ResponseAction

Defined in: actions.ts:96

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.

Parameters

object?

Action

Returns

object is ResponseAction