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