focus¶
Insight offers several components that visualize many records, not just one (gantt, chart, table, map, pert). It can sometimes be hard to find and focus a specific element in such a component. The focus action lets a currently open component automatically focus the record in question. Example:
{
"label": "focus",
"action": "focus",
"actionValues": [
{
"path": "tree/node/1"
}
]
}