buzzcasting-storage 3.15.4 → 3.15.6
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/dist/buzzcasting-storage.d.ts +2 -0
- package/dist/buzzcasting-storage.esm.js +481 -471
- package/package.json +12 -12
|
@@ -106,6 +106,8 @@ export declare class Widget {
|
|
|
106
106
|
/**
|
|
107
107
|
* Data received from BroadcastChannel
|
|
108
108
|
* data that is broadcast needs to be a IMessage[] |ICloud or ISeries structure
|
|
109
|
+
* WIDGET_UPDATE is used to trigger fetching on the broadcast channel,
|
|
110
|
+
* but also to trigger data retrieval on the widget
|
|
109
111
|
*/
|
|
110
112
|
broadcastListener(): void;
|
|
111
113
|
/**
|