ActionNodeModel(IconName, ActionFlowNodeType, Boolean, ModalDropdownOptions, CardColor, 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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public ActionNodeModel(
	IconName icon,
	ActionFlowNodeType type,
	bool deletable,
	ModalDropdownOptions options,
	CardColor titleColor,
	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
titleColor  CardColor
Title color
position  Point  (Optional)
Location of the node (visually when editing/viewing it by the user)

See Also