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