ActionNodeBase Constructor
Default constructor
Namespace: MobileTrack.Web.Components.Models.ActionFlowsAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
protected internal ActionNodeBase(
bool deletable,
ModalDropdownOptions options,
ActionFlowNodeType type,
IconName icon,
Guid id,
CardColor titleColor,
Point? position = null,
bool isStatic = false,
string? label = null
)
Parameters
- deletable Boolean
- Whether the node can be deleted by the user
- options ModalDropdownOptions
- Dropdown options for the ports
- type ActionFlowNodeType
- Type of node
- icon IconName
- Icon to display
- id Guid
- ID of the node
- titleColor CardColor
- Title color
- position Point (Optional)
- Position on the map (can be left empty to place it center stage of the viewport)
- isStatic Boolean (Optional)
- Whether the node is fixed into position
- label String (Optional)
- Override name of the node; if left empty, the type will be used instead.