Interface. Response Action
sprotty-protocol / 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.
RejectAction
SetModelAction
SetPopupModelAction
ComputedBoundsAction
SelectionResult
ViewportResult
ExportSvgAction
kind:
string
Defined in: actions.ts:40
responseId:
string
Defined in: actions.ts:87