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