Skip to content

TFormConnectorSubmitEventDetail object

TFormConnectorSubmitEventDetail is an object which represents the detail of the submit event and consists of the following fields:

type TFormConnectorSubmitEventDetail = {
    form: ReplaySubject<HTMLFormElement>;
    submitActionProps: TFormSubmitActionProps;
};

ReplaySubject

ReplaySubject represents the ReplaySubject object from RxJS.

TFormSubmitActionProps

TFormSubmitActionProps represents the TFormSubmitActionProps object.