Interface. Update Model Action
sprotty-protocol / UpdateModelAction
Defined in: actions.ts:165
Sent from the model source to the client in order to update the model. If no model is present yet, this behaves the same as a SetModelAction. The transition from the old model to the new one can be animated.
optional
animate:boolean
Defined in: actions.ts:169
optional
cause:Action
Defined in: actions.ts:170
kind:
"updateModel"
Defined in: actions.ts:166
optional
matches:Match
[]
Defined in: actions.ts:168
optional
newRoot:SModelRoot
Defined in: actions.ts:167