Api session event editor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session event editor Events. | |||
Generic Editor events for creating a Project and updating. | Generic Editor events for creating a Project and updating. | ||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor activate testrun|ACTIVATE_TESTRUN]] | ||
|Start or stop a [[Scenario]] Testrun. | |Start or stop a [[Scenario]] Testrun. | ||
|- | |- | ||
|[[ | |[[Api session event editor clear map|CLEAR_MAP]] | ||
|Remove all geospatial data of the Project, such as [[Building]], [[Area]], etc. | |Remove all geospatial data of the Project, such as [[Building]], [[Area]], etc. | ||
|- | |- | ||
|[[ | |[[Api session event editor set initial map size|SET_INITIAL_MAP_SIZE]] | ||
|Set the size of the map. This can only be done once. | |Set the size of the map. This can only be done once. | ||
|- | |- | ||
|[[ | |[[Api session event editor set scheduled update|SET_SCHEDULED_UPDATE]] | ||
|Schedule a long-running update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]]. | |Schedule a long-running update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]]. | ||
|- | |- | ||
|[[ | |[[Api session event editor start map creation|START_MAP_CREATION]] | ||
|Set the Project's georeference center point to the provided coordinates and begin the process of automatically load in available data. | |Set the Project's georeference center point to the provided coordinates and begin the process of automatically load in available data. | ||
|- | |- | ||
|[[ | |[[Api session event editor update|UPDATE]] | ||
|Waits for update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]]. Note: for long-running updates use: set_scheduled_update/ to schedule an update. | |Waits for update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]]. Note: for long-running updates use: set_scheduled_update/ to schedule an update. | ||
|- | |- | ||
|[[ | |[[Api session event editor update with id|UPDATE_WITH_ID]] | ||
|Waits for update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]] with unique ID. Note: for long-running updates use: set_scheduled_update/ to schedule an update. | |Waits for update of all active [[Overlay]], [[Indicator]], [[Panel]] and [[Trigger]] with unique ID. Note: for long-running updates use: set_scheduled_update/ to schedule an update. | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]]}} | {{article end|seealso=*[[Api Events]] | ||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:03, 1 April 2026
Api session event editor Events.
Generic Editor events for creating a Project and updating.
| Name | Description |
|---|---|
| ACTIVATE_TESTRUN | Start or stop a Scenario Testrun. |
| CLEAR_MAP | Remove all geospatial data of the Project, such as Building, Area, etc. |
| SET_INITIAL_MAP_SIZE | Set the size of the map. This can only be done once. |
| SET_SCHEDULED_UPDATE | Schedule a long-running update of all active Overlay, Indicator, Panel and Trigger. |
| START_MAP_CREATION | Set the Project's georeference center point to the provided coordinates and begin the process of automatically load in available data. |
| UPDATE | Waits for update of all active Overlay, Indicator, Panel and Trigger. Note: for long-running updates use: set_scheduled_update/ to schedule an update. |
| UPDATE_WITH_ID | Waits for update of all active Overlay, Indicator, Panel and Trigger with unique ID. Note: for long-running updates use: set_scheduled_update/ to schedule an update. |