Module: Vue:OnSubmitProviderMixin

This mixin provides a way for nested components inside the component using it to register callbacks that will be called by the component

Source:

Members

(inner) afterSubmitCallbacks

Callbacks set by other components that should be called after the data is submitted to the store

Source:

(inner) beforeSubmitCallbacks

Callbacks set by other components that should be called before the data is submitted to the store

Source:

(inner) beforeSubmitValidatorCallbacks

Callbacks set by other components that should be called to check if the data inside the form is valid and can be submitted

Source: