Table of Contents

Class TriggerEdgeCreationAction

Namespace
NMF.Glsp.Protocol.Context
Assembly
NMF.Glsp.dll

Triggers the enablement of the tool that is responsible for creating edges and initializes it with the creation of edges of the given elementTypeId.

public class TriggerEdgeCreationAction : BaseAction
Inheritance
TriggerEdgeCreationAction
Inherited Members

Fields

TriggerEdgeCreationActionKind

The kind value used for this kind of action

public const string TriggerEdgeCreationActionKind = "triggerEdgeCreation"

Field Value

string

Properties

Args

Custom arguments.

public IDictionary<string, object> Args { get; set; }

Property Value

IDictionary<string, object>

ElementTypeId

The type of edge that should be created by the edge creation tool.

public string ElementTypeId { get; init; }

Property Value

string

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string