MCPcopy
hub / github.com/stravu/crystal / ViewSwitchedEvent

Interface ViewSwitchedEvent

main/src/ipc/analytics.ts:7–11  ·  view source on GitHub ↗

* UI Interaction Event properties

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected