Welshman Docs / @welshman/app / TrackerStorageAdapter
Class: TrackerStorageAdapter ​
Defined in: app/src/storageAdapters.ts:139
Constructors ​
Constructor ​
new TrackerStorageAdapter(
options
):TrackerStorageAdapter
Defined in: app/src/storageAdapters.ts:142
Parameters ​
options ​
Returns ​
TrackerStorageAdapter
Properties ​
keyPath ​
keyPath:
string
="id"
Defined in: app/src/storageAdapters.ts:140
options ​
readonly
options:TrackerStorageAdapterOptions
Defined in: app/src/storageAdapters.ts:142
Methods ​
init() ​
init():
Promise
<void
>
Defined in: app/src/storageAdapters.ts:144
Returns ​
Promise
<void
>
sync() ​
sync(): () =>
void
Defined in: app/src/storageAdapters.ts:154
Returns ​
():
void
Returns ​
void