TFormConnectorSubmitErrorEventDetail object¶
TFormConnectorSubmitErrorEventDetail
is an object which represents the detail of the submit event and consists of the following fields:
type TFormConnectorSubmitErrorEventDetail = {
form: ReplaySubject<HTMLFormElement>;
submitActionProps: TFormSubmitErrorActionProps;
};
ReplaySubject¶
ReplaySubject
represents the ReplaySubject object from RxJS.
TFormSubmitErrorActionProps¶
TFormSubmitErrorActionProps
represents the object of the following shape:
XHRError¶
XHRError
represents the XHRError object.