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