Class SetEditModeAction
Sent from the client to the server to set the model into a specific editor mode, allowing the server to react to certain requests differently depending on the mode. A client may also listen to this action to prevent certain user interactions preemptively.
public class SetEditModeAction : BaseAction
- Inheritance
-
SetEditModeAction
- Inherited Members
Fields
SetEditModeActionKind
The kind value used for this kind of action
public const string SetEditModeActionKind = "setEditMode"
Field Value
Properties
EditMode
The new edit mode of the diagram.
public string EditMode { get; set; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }