buzzcasting-storage 2.9.5 → 2.10.0

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.
@@ -229,8 +229,7 @@ export declare interface IMetrics {
229
229
  */
230
230
  export declare interface IModal {
231
231
  showComponent: string;
232
- dataset?: any;
233
- attributes?: any;
232
+ props?: any;
234
233
  }
235
234
 
236
235
  /**
@@ -365,7 +364,7 @@ export declare class Widget {
365
364
  private storageReader;
366
365
  private broadcastChannel;
367
366
  private query;
368
- private attributes;
367
+ private props;
369
368
  private listeners;
370
369
  /**
371
370
  * Main container for managing widgets and data updates