Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
choreoId | String | - | Yes | - |
Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
Events
| Name | Payload Type | Description |
|---|---|---|
open | string | - |
close | string | - |
Example
<template>
<MobileChoreoEditModal ref="mobileChoreoEditModal" choreoId="123" @open="handler" @close="handler" />
<Button @click="() => $refs.mobileChoreoEditModal.open()" />
</template>