set_tab_order
Set the keyboard tab order of visuals on a report page using a comma-separated list of visual names. Unlisted visuals keep their order, enabling a logical navigation flow for keyboard users.
Instructions
Set the KEYBOARD TAB ORDER of a page's visuals: visualOrder = comma-separated visual names in the order a keyboard user tabs through them. Writes each visual's layouts[0].position.tabOrder. Visuals not listed keep their order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | page name or displayName | |
| visualOrder | Yes | comma-separated visual names in tab order | |
| reportSessionId | Yes |