Browse Source

Remove Source._data

customisations
alemart 10 months ago
parent
commit
ee6dc6f3a0
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/sources/source.ts

+ 0
- 3
src/sources/source.ts View File

@@ -30,9 +30,6 @@ export interface Source
30 30
     /** @internal type-identifier of the source of data */
31 31
     readonly _type: string;
32 32
 
33
-    /** @internal generic data */
34
-    readonly _data: object;
35
-
36 33
     /** @internal method to initialize the source of data (gets the data ready) */
37 34
     _init(): SpeedyPromise<void>;
38 35
 

Loading…
Cancel
Save