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