Class SetModelAction
ent from the server to the client in order to set the model. If a model is already present, it is replaced.
public class SetModelAction : ResponseAction
- Inheritance
-
SetModelAction
- Inherited Members
Fields
SetModelActionKind
The kind value used for this kind of action
public const string SetModelActionKind = "setModel"
Field Value
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
NewRoot
The new graphical model elements.
public GGraph NewRoot { get; set; }