useTables
The useTables hook returns a reactive object reflecting the Tables in the Store, and registers a listener so that any changes to those Tables will update .current.
useTables(storeOrStoreId?: MaybeGetter<undefined | StoreOrStoreId>): {current: Tables}| Type | Description | |
|---|---|---|
storeOrStoreId? | MaybeGetter<undefined | StoreOrStoreId> | |
| returns | {current: Tables} | A reactive object with a |
Since
v8.1.0