Props
| Name | Type | Default value | Required? | Description |
|---|---|---|---|---|
choreo | Object | - | Yes | - |
Data
| Name | Type | Default value | Description |
|---|---|---|---|
id | String | - | - |
newMatType | String|null | null | - |
Computed
| Name | Type | Description |
|---|---|---|
matTypeOptions | Array | - |
newMatTypeStateFeedback | String|null | - |
newMatTypeIsValid | Boolean | - |
Events
| Name | Payload Type | Description |
|---|---|---|
matTypeUpdate | string | - |
Example
<template>
<ChangeMatLayoutModal :choreo="choreoObj" ref="changeMatLayoutModal" @matTypeUpdate="handler" />
<Button @click="() => $refs.changeMatLayoutModal.open()" />
</template>