@pie-players/pie-section-player-tools-event-debugger 0.3.43 → 0.3.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # Section Player Event Debugger
2
+
3
+ Runtime event debugger panel for section-player and assessment-toolkit event
4
+ streams.
5
+
6
+ ## Usage
7
+
8
+ Import the package to register `<pie-section-player-tools-event-debugger>`:
9
+
10
+ ```ts
11
+ import "@pie-players/pie-section-player-tools-event-debugger";
12
+ ```
13
+
14
+ ```html
15
+ <pie-section-player-tools-event-debugger
16
+ section-id="section-1"
17
+ attempt-id="attempt-1"
18
+ ></pie-section-player-tools-event-debugger>
19
+ ```
20
+
21
+ Set the `toolkitCoordinator` property when using the panel in a host-managed
22
+ toolkit flow.
23
+
24
+ ## Related Documentation
25
+
26
+ - [Section player client architecture tutorial](../../docs/section-player/client-architecture-tutorial.md)
27
+ - [Framework-owned error handling](../../docs/tools-and-accomodations/framework-owned-error-handling.md)
package/dist/index.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export type {};
2
- //# sourceMappingURL=index.d.ts.map