ActionNodeModel(IconName, ActionFlowNodeType, Boolean, ModalDropdownOptions, Point) Constructor

Default constructor for ActionNodeModel

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public ActionNodeModel(
	IconName icon,
	ActionFlowNodeType type,
	bool deletable,
	ModalDropdownOptions options,
	Point? position = null
)

Parameters

icon  IconName
Icon to utilise
type  ActionFlowNodeType
Action flow type
deletable  Boolean
Whether the user can delete this node
options  ModalDropdownOptions
Options configuration for the node
position  Point  (Optional)
Location of the node (visually when editing/viewing it by the user)

See Also