Skip to main content

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

AttributeDescriptionTypeDefault
eagerWill 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.booleanfalse
darkApplies dark theme.booleanfalse
returnValueanyundefined
visibleVisibility of EditDialog component.booleantrue

Events

AttributeDescription
openEmits when editing is opened.
closeEmits when edit-dialog close button is pressed
cancelEmits when editing is cancelled
saveEmits when edit-dialog save button is pressed