Function.Is Response Action
sprotty-protocol / 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.
object is ResponseAction