ソースを参照

Remove Source._data

customisations
alemart 10ヶ月前
コミット
ee6dc6f3a0
1個のファイルの変更0行の追加3行の削除
  1. 0
    3
      src/sources/source.ts

+ 0
- 3
src/sources/source.ts ファイルの表示

@@ -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
 

読み込み中…
キャンセル
保存