Class TriggerNodeCreationAction
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
Properties
Args
Custom arguments.
public IDictionary<string, object> Args { get; set; }
Property Value
ElementTypeId
The type of node that should be created by the node creation tool.
public string ElementTypeId { get; init; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }