Interface. Request Action
sprotty-protocol / RequestAction
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.
RequestModelAction
RequestPopupModelAction
RequestBoundsAction
GetSelectionAction
GetViewportAction
RequestExportSvgAction
Res
extends ResponseAction
readonly
optional
_:Res
Defined in: actions.ts:57
Used to ensure correct typing. Clients must not use this property
kind:
string
Defined in: actions.ts:40
requestId:
string
Defined in: actions.ts:52