Table of Contents

Class SetEditModeAction

Namespace
NMF.Glsp.Protocol.ModelData
Assembly
NMF.Glsp.dll

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

string

Properties

EditMode

The new edit mode of the diagram.

public string EditMode { get; set; }

Property Value

string

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string