Interface. Request Model Action
sprotty-protocol / RequestModelAction
Defined in: actions.ts:126
Sent from the client to the model source (e.g. a DiagramServer) in order to request a model. Usually this is the first message that is sent to the source, so it is also used to initiate the communication. The response is a SetModelAction or an UpdateModelAction.
readonly
optional
_:SetModelAction
Defined in: actions.ts:57
Used to ensure correct typing. Clients must not use this property
kind:
"requestModel"
Defined in: actions.ts:127
optional
options:JsonMap
Defined in: actions.ts:128
requestId:
string
Defined in: actions.ts:52