Api session event editor indicator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session event editor indicator Events. | |||
Indicator editing. | [[Indicator]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator add|ADD]] | ||
|Add new [[Indicator]] | |Add new [[Indicator]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator append attribute|APPEND_ATTRIBUTE]] | ||
|Appended to existing [[Indicator]] attribute value | |Appended to existing [[Indicator]] attribute value | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator duplicate|DUPLICATE]] | ||
|Duplicate existing [[Indicator]] | |Duplicate existing [[Indicator]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator remove|REMOVE]] | ||
|Remove existing [[Indicator]] | |Remove existing [[Indicator]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator remove attribute|REMOVE_ATTRIBUTE]] | ||
|Remove attribute from [[Indicator]] | |Remove attribute from [[Indicator]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set active|SET_ACTIVE]] | ||
|Set [[Indicator]] active | |Set [[Indicator]] active | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set attribute|SET_ATTRIBUTE]] | ||
|Set [[Indicator]] attribute value | |Set [[Indicator]] attribute value | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set attributes|SET_ATTRIBUTES]] | ||
|Set multiple [[Indicator]] attribute values | |Set multiple [[Indicator]] attribute values | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set color|SET_COLOR]] | ||
|Set new color of existing [[Indicator]] | |Set new color of existing [[Indicator]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set name|SET_NAME]] | ||
|Set new name of existing [[Indicator]] | |Set new name of existing [[Indicator]] | ||
|} | |} | ||
| Line 42: | Line 42: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator excel min log time|EXCEL_MIN_LOG_TIME]] | ||
|[[Excel Sheet]] Min Log [[Time]] | |[[Excel Sheet]] Min Log [[Time]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator export debug excel|EXPORT_DEBUG_EXCEL]] | ||
|Export Debug [[Excel Sheet]] | |Export Debug [[Excel Sheet]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator export excel call tree|EXPORT_EXCEL_CALL_TREE]] | ||
|Export [[Excel Sheet]] Call Tree | |Export [[Excel Sheet]] Call Tree | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator remove stakeholder|REMOVE_STAKEHOLDER]] | ||
|Remove [[Stakeholder]] | |Remove [[Stakeholder]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set absolute|SET_ABSOLUTE]] | ||
|Set Absolute | |Set Absolute | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set description|SET_DESCRIPTION]] | ||
|Set Description | |Set Description | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set excel|SET_EXCEL]] | ||
|Set [[Excel Sheet]] | |Set [[Excel Sheet]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set image|SET_IMAGE]] | ||
|Set Image | |Set Image | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set parent|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 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]] | ||
|Set Short Name | |Set Short Name | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set stakeholder|SET_STAKEHOLDER]] | ||
|Set [[Stakeholder]] | |Set [[Stakeholder]] | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator set target|SET_TARGET]] | ||
|Set a target value of an [[Indicator]] for a Sceanrio. A target index value is required. | |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]] | ||
|Set Update Timing | |Set Update Timing | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator swap order|SWAP_ORDER]] | ||
|Swap Order | |Swap Order | ||
|} | |} | ||
| Line 90: | Line 90: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator duplicate indicator|DUPLICATE_INDICATOR]] | ||
|Use DUPLICATE instead for alsmost (no [[Stakeholder]] option) identical result. | |Use DUPLICATE instead for alsmost (no [[Stakeholder]] option) identical result. | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator reset indicators|RESET_INDICATORS]] | ||
|Replaced by editor/update/ | |Replaced by editor/update/ | ||
|- | |- | ||
|[[ | |[[Api session event editor indicator reset indicators with id|RESET_INDICATORS_WITH_ID]] | ||
|Replaced by editor/update_with_id/ | |Replaced by editor/update_with_id/ | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]]}} | {{article end|seealso=*[[Api Events]] | ||
*[[Api session items indicators]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:07, 1 April 2026
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 Sheet Min Log Time |
| EXPORT_DEBUG_EXCEL | Export Debug Excel Sheet |
| EXPORT_EXCEL_CALL_TREE | Export Excel Sheet Call Tree |
| REMOVE_STAKEHOLDER | Remove Stakeholder |
| SET_ABSOLUTE | Set Absolute |
| SET_DESCRIPTION | Set Description |
| SET_EXCEL | Set Excel Sheet |
| 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/ |