@oneblink/apps-react
    Preparing search index...

    Type Alias FormSubmissionAttemptAllowNavigation

    FormSubmissionAttemptAllowNavigation: () => void

    Call after the host has successfully persisted the edits (for example after an approval upload). This clears the unsaved-changes navigation guard.

    Do not call it until that work has finished: cancelling a confirmation dialog after a successful attempt must still prompt if the user navigates away.

    Type Declaration

      • (): void
      • Returns void