Map Container Workflow Usage
The Triggers, Commands, and Properties available for the Map Container in Workflows are listed below.
Triggers
Trigger | Description |
---|---|
Map Changed | The Map Container has changed which Map it is displaying. |
Commands
Command | Parameters | Description |
---|---|---|
Clear Map | No parameters. | Clear the current Map from the Map
Container. Note: This clear action is included in the
navigation history. |
Jump to Next Map | Jump Length — The Number the Map will jump forward to. | Displays the next Map it will jump to in
the navigation history, according to the Jump
Length number provided. Note: If the provided
integer is larger than the remaining Maps
in the history, Jump to Next Map will go
to the latest entry in the history. |
Jump to Previous Map | Jump Length — The Number the Map will jump back to. | Displays the previous Map it will jump to
in the navigation history, according to the Jump
Length number provided. Note: If the provided
integer is larger than the remaining Maps
in the history, Jump to Previous Map will
go to the earliest entry in the history. |
Next Map | No parameters. | Displays the Next Map in the navigation
history. Note: If at the latest entry in the history,
Next Map will do
nothing. |
Previous Map | No parameters. | Displays the Previous Map in the
navigation history. Note: If at the earliest entry in the history,
Previous Map will do
nothing. |
Set Fill Color | Color — The Fill Color of the item. | Set a new Fill Color for the item. |
Set Position | X Coordinate — The coordinate on the x-axis to move the item to. Y Coordinate — The coordinate on the y-axis to move the item to. |
Moves the position of the item to a specific set of coordinates on the canvas. |
Set Size | Width — The width of the item in pixels. Height — The height of the item in pixels. |
Changed the size of the item to a specific Height and Width. |
Set Visibility | Value — If the item is visible (True) or not (False). | Change whether an item is visible in Runtime. |
Show Map | Map — The Map to display. | Displays a specified Map. |
Properties
Property | Description |
---|---|
Item ID | The unique identifier for this item. |
Item Type | The Type of item this is. |
Current Map ID | The ID of the currently displayed Map. |
Corner Radius | This determines how rounded or sharp the corners of the item are. The higher the value, the more rounded they are. |
Fill Color | The color currently set to fill the item background. |
Border Thickness | How thick in pixels the border is. If required, contained content is clipped to fit within the defined border. |
Border Color | The color of the border on the item. |
Item Name | The unique ID for this item. This property is deprecated and it is recommended to use the Item ID property instead. |
Name | The value for this property is the Description configured via the property grid when the item is selected in Designer. |
Width | The horizontal length of the item in pixels. |
Height | The vertical height of the item in pixels. |
Opacity | How visible the item is. The higher the value, the more opaque it is. The lower the value, the more translucent it is. |
Previous Map ID | The ID of the previous Map in the navigation history. |
Top | The value for where on the y-axis the top of the item is located in relation to the canvas. |
Left | The value for where on the x-axis the left side of the item is located in relation to the canvas. |
Z Index | The position of the item when overlapped with other items. The item with the higher index value appears on top. |
Is Visible | Whether the item is visible (True) or not (False). |