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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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