Api session event editor indicator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|[[api session event editor indicator add|ADD]] | |[[api session event editor indicator add|ADD]] | ||
|Add new | |Add new Indicator | ||
|- | |- | ||
|[[api session event editor indicator append attribute|APPEND_ATTRIBUTE]] | |[[api session event editor indicator append attribute|APPEND_ATTRIBUTE]] | ||
|Appended to existing | |Appended to existing Indicator attribute value | ||
|- | |- | ||
|[[api session event editor indicator duplicate|DUPLICATE]] | |[[api session event editor indicator duplicate|DUPLICATE]] | ||
|Duplicate existing | |Duplicate existing Indicator | ||
|- | |- | ||
|[[api session event editor indicator remove|REMOVE]] | |[[api session event editor indicator remove|REMOVE]] | ||
|Remove existing | |Remove existing Indicator | ||
|- | |- | ||
|[[api session event editor indicator remove attribute|REMOVE_ATTRIBUTE]] | |[[api session event editor indicator remove attribute|REMOVE_ATTRIBUTE]] | ||
|Remove attribute from | |Remove attribute from Indicator | ||
|- | |- | ||
|[[api session event editor indicator set active|SET_ACTIVE]] | |[[api session event editor indicator set active|SET_ACTIVE]] | ||
|Set | |Set Indicator active | ||
|- | |- | ||
|[[api session event editor indicator set attribute|SET_ATTRIBUTE]] | |[[api session event editor indicator set attribute|SET_ATTRIBUTE]] | ||
|Set | |Set Indicator attribute value | ||
|- | |- | ||
|[[api session event editor indicator set attributes|SET_ATTRIBUTES]] | |[[api session event editor indicator set attributes|SET_ATTRIBUTES]] | ||
|Set multiple | |Set multiple Indicator attribute values | ||
|- | |- | ||
|[[api session event editor indicator set color|SET_COLOR]] | |[[api session event editor indicator set color|SET_COLOR]] | ||
|Set new color of existing | |Set new color of existing Indicator | ||
|- | |- | ||
|[[api session event editor indicator set name|SET_NAME]] | |[[api session event editor indicator set name|SET_NAME]] | ||
|Set new name of existing | |Set new name of existing Indicator | ||
|} | |} | ||
| Line 43: | Line 43: | ||
|- | |- | ||
|[[api session event editor indicator excel min log time|EXCEL_MIN_LOG_TIME]] | |[[api session event editor indicator excel min log time|EXCEL_MIN_LOG_TIME]] | ||
| | |Excel Min Log Time | ||
|- | |- | ||
|[[api session event editor indicator export debug excel|EXPORT_DEBUG_EXCEL]] | |[[api session event editor indicator export debug excel|EXPORT_DEBUG_EXCEL]] | ||
|Export Debug | |Export Debug Excel | ||
|- | |- | ||
|[[api session event editor indicator export excel call tree|EXPORT_EXCEL_CALL_TREE]] | |[[api session event editor indicator export excel call tree|EXPORT_EXCEL_CALL_TREE]] | ||
|Export | |Export Excel Call Tree | ||
|- | |- | ||
|[[api session event editor indicator remove stakeholder|REMOVE_STAKEHOLDER]] | |[[api session event editor indicator remove stakeholder|REMOVE_STAKEHOLDER]] | ||
|Remove | |Remove Stakeholder | ||
|- | |- | ||
|[[api session event editor indicator set absolute|SET_ABSOLUTE]] | |[[api session event editor indicator set absolute|SET_ABSOLUTE]] | ||
| Line 61: | Line 61: | ||
|- | |- | ||
|[[api session event editor indicator set excel|SET_EXCEL]] | |[[api session event editor indicator set excel|SET_EXCEL]] | ||
|Set | |Set Excel | ||
|- | |- | ||
|[[api session event editor indicator set image|SET_IMAGE]] | |[[api session event editor indicator set image|SET_IMAGE]] | ||
| Line 67: | Line 67: | ||
|- | |- | ||
|[[api session event editor indicator set parent|SET_PARENT]] | |[[api session event editor indicator set parent|SET_PARENT]] | ||
|Set a parent | |Set a parent Indicator for a specified Indicator. This will cause the specified Indicator to be a subselectable Indicator of the parent. It is not possible to set an Indicator which has a parent itself as a parent of another Indicator. | ||
|- | |- | ||
|[[api session event editor indicator set short name|SET_SHORT_NAME]] | |[[api session event editor indicator set short name|SET_SHORT_NAME]] | ||
| Line 73: | Line 73: | ||
|- | |- | ||
|[[api session event editor indicator set stakeholder|SET_STAKEHOLDER]] | |[[api session event editor indicator set stakeholder|SET_STAKEHOLDER]] | ||
|Set | |Set Stakeholder | ||
|- | |- | ||
|[[api session event editor indicator set target|SET_TARGET]] | |[[api session event editor indicator set target|SET_TARGET]] | ||
|Set a target value of an | |Set a target value of an Indicator for a Sceanrio. A target index value is required. | ||
|- | |- | ||
|[[api session event editor indicator set update timing|SET_UPDATE_TIMING]] | |[[api session event editor indicator set update timing|SET_UPDATE_TIMING]] | ||
Revision as of 13:51, 30 March 2026
API api session event editor indicator Events.
Indicator editing.
| Name | Description |
|---|---|
| ADD | Add new Indicator |
| APPEND_ATTRIBUTE | Appended to existing Indicator attribute value |
| DUPLICATE | Duplicate existing Indicator |
| REMOVE | Remove existing Indicator |
| REMOVE_ATTRIBUTE | Remove attribute from Indicator |
| SET_ACTIVE | Set Indicator active |
| SET_ATTRIBUTE | Set Indicator attribute value |
| SET_ATTRIBUTES | Set multiple Indicator attribute values |
| SET_COLOR | Set new color of existing Indicator |
| SET_NAME | Set new name of existing Indicator |
Specific Events:
| Name | Description |
|---|---|
| EXCEL_MIN_LOG_TIME | Excel Min Log Time |
| EXPORT_DEBUG_EXCEL | Export Debug Excel |
| EXPORT_EXCEL_CALL_TREE | Export Excel Call Tree |
| REMOVE_STAKEHOLDER | Remove Stakeholder |
| SET_ABSOLUTE | Set Absolute |
| SET_DESCRIPTION | Set Description |
| SET_EXCEL | Set Excel |
| SET_IMAGE | Set Image |
| SET_PARENT | Set a parent Indicator for a specified Indicator. This will cause the specified Indicator to be a subselectable Indicator of the parent. It is not possible to set an Indicator which has a parent itself as a parent of another Indicator. |
| SET_SHORT_NAME | Set Short Name |
| SET_STAKEHOLDER | Set Stakeholder |
| SET_TARGET | Set a target value of an Indicator for a Sceanrio. A target index value is required. |
| SET_UPDATE_TIMING | Set Update Timing |
| SWAP_ORDER | Swap Order |
Deprecated Events:
| Name | Description |
|---|---|
| DUPLICATE_INDICATOR | Use DUPLICATE instead for alsmost (no stakeholder option) identical result. |
| RESET_INDICATORS | Replaced by editor/update/ |
| RESET_INDICATORS_WITH_ID | Replaced by editor/update_with_id/ |