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

Interface. Request Model Action

sprotty-protocol / RequestModelAction

Interface: 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.

Extends

Properties

_?

readonly optional _: SetModelAction

Defined in: actions.ts:57

Used to ensure correct typing. Clients must not use this property

Inherited from

RequestAction._


kind

kind: "requestModel"

Defined in: actions.ts:127

Overrides

RequestAction.kind


options?

optional options: JsonMap

Defined in: actions.ts:128


requestId

requestId: string

Defined in: actions.ts:52

Inherited from

RequestAction.requestId