DiagramsFactoryTemplate Method

Creates a template so the user can fill in parameters for it.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static ActionTemplateNodeModel Template(
	IAzureCosmosDb cosmosDb,
	ModalDropdownOptions options,
	Point position
)

Parameters

cosmosDb  IAzureCosmosDb
Currently database connection (required when loading template data from the database)
options  ModalDropdownOptions
Options for the dropdowns in the ports
position  Point
Position on the map for the node

Return Value

ActionTemplateNodeModel
Template node

See Also