StackLocalStorage.getStore() Method
Returns the current store.
Signature
getStore(): T;Remarks
If calls to run are nested, the innermost store is returned.
Parameters
| Parameter | Type | Description |
|---|---|---|
| (Returns) | T | - the current store |
Returns the current store.
getStore(): T;If calls to run are nested, the innermost store is returned.
| Parameter | Type | Description |
|---|---|---|
| (Returns) | T | - the current store |