Table of Contents

Class TriggerNodeCreationAction

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

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

public class TriggerNodeCreationAction : BaseAction
Inheritance
TriggerNodeCreationAction
Inherited Members

Fields

TriggerNodeCreationActionKind

The kind value used for this kind of action

public const string TriggerNodeCreationActionKind = "triggerNodeCreation"

Field Value

string

Properties

Args

Custom arguments.

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

Property Value

IDictionary<string, object>

ElementTypeId

The type of node that should be created by the node 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