Edit Dialog
info
For more details about Vuetify’s usage of EditDialog component, click EditDialog page.
For more prop explanations, click Vuetify EditDialog API page.
Props
Attribute | Description | Type | Default |
---|---|---|---|
eager | Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO. | boolean | false |
dark | Applies dark theme. | boolean | false |
returnValue | any | undefined | |
visible | Visibility of EditDialog component. | boolean | true |
Events
Attribute | Description |
---|---|
open | Emits when editing is opened. |
close | Emits when edit-dialog close button is pressed |
cancel | Emits when editing is cancelled |
save | Emits when edit-dialog save button is pressed |