Class UpdateModelAction
Sent from the server 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.
public class UpdateModelAction : BaseAction
- Inheritance
-
UpdateModelAction
- Inherited Members
Fields
UpdateModelActionKind
The kind value used for this kind of action
public const string UpdateModelActionKind = "updateModel"
Field Value
Properties
Animate
Boolean flag to indicate wether updated/changed elements should be animated in the diagram.
public bool Animate { get; set; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
NewRoot
The new root element of the graphical model.
public GGraph NewRoot { get; set; }