Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
choreo | Object | - | Yes | - |
Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
newChoreoAchter | Number | 1 | - |
newChoreoCount | Number | 0 | - |
Computed
| Name | Type | Description |
|---|---|---|
timeEstimationString | String | - |
achterIsValid | Boolean | - |
countIsValid | Boolean | - |
newCountIsValid | Boolean | - |
lengthStateFeedback | String|null | - |
Events
| Name | Payload Type | Description |
|---|---|---|
countUpdate | Number | - |
Example
<template>
<ChangeChoreoLengthModal :choreo="choreoObj" ref="changeChoreoLengthModal" @countUpdate="handler" />
<Button @click="() => $refs.changeChoreoLengthModal.open()" />
</template>