Sets the selected index in an array data group on the selected component. An array data group is a data field with dataType: 'arrayItems' in the manifest, letting a Wix user manage a repeated set of items, such as a list of slides or testimonials.
| Name | Type | Description |
|---|---|---|
options.index | number | Index to select. |
options.arrayItemsDisplayGroupKey | string | Key of the array items display group to update. Only required if the component's manifest declares more than one. |
Promise<void>
Last updated: 8 September 2026