* UI Interaction Event properties
| 5 | * UI Interaction Event properties |
| 6 | */ |
| 7 | interface ViewSwitchedEvent extends Record<string, string | number | boolean | string[] | undefined> { |
| 8 | from_view: string; |
| 9 | to_view: string; |
| 10 | session_id_hash?: string; |
| 11 | } |
| 12 | |
| 13 | interface HelpDialogOpenedEvent extends Record<string, string | number | boolean | string[] | undefined> { |
| 14 | from_location: string; |
nothing calls this directly
no outgoing calls
no test coverage detected