VConfirmEdit API
name | type | default |
|---|---|---|
string
| '$vuetify.confirmEdit.cancel' | |
Text for the cancel button | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
boolean | ('cancel' | 'save')[] | undefined | |
Control the disabled state of action buttons. If not provided, internal logic will be used to determine the disabled state. | ||
boolean
| false | |
Prevent showing the default actions buttons. Does not affect | ||
unknown
| undefined | |
Represents the committed v-model value | ||
string
| '$vuetify.confirmEdit.ok' | |
Text for the ok button | ||
name | type | |
|---|---|---|
[] | ||
The event emitted when the user clicks the Cancel button | ||
[unknown] | ||
The event emitted when the user clicks the Save button | ||
[unknown] | ||
Event that is emitted when the component’s model changes. | ||
The default Vue slot. | ||
Manually cancel the change | ||
Returns true if the input has not been modified in any way. | ||
Manually commit the change | ||