Nutrient Web SDK
    Preparing search index...

    Type Alias FormsWillSubmitEvent

    type FormsWillSubmitEvent = {
        preventDefault: () => void;
    }
    Index

    Properties

    Properties

    preventDefault: () => void

    Call this method to opt-out from the default form submission.