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