Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
hitsForCurrentCount | Array | - | Yes | - |
Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
hitIdToUpdate | String|null | null | - |
Events
| Name | Payload Type | Description |
|---|---|---|
selection | string | - |
Example
<template>
<SelectHitModal ref="selectHitModal" :hitsForCurrentCount="hits" @selection="handler" />
<Button @click="() => $refs.selectHitModal.open()" />
</template>