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

    Type Alias NewDraftSubmission

    NewDraftSubmission: BaseNewFormSubmission & {
        backgroundUpload?: boolean;
        lastElementUpdated?: FormElement;
        previousElapsedDurationSeconds?: NewS3SubmissionData["previousElapsedDurationSeconds"];
        sectionState?: NewS3SubmissionData["sectionState"];
    }

    Type Declaration

    • OptionalbackgroundUpload?: boolean

      Set to true if the submission should be uploaded in the background, false or undefined if the submission should be uploaded immediately

    • OptionallastElementUpdated?: FormElement

      The element that was last updated before the draft was saved

    • OptionalpreviousElapsedDurationSeconds?: NewS3SubmissionData["previousElapsedDurationSeconds"]

      The elapsed duration in seconds the user took to complete the submission before the draft was saved

    • OptionalsectionState?: NewS3SubmissionData["sectionState"]

      The state of sections before the draft was saved