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

    Type Alias LocalFormSubmissionDraft

    LocalFormSubmissionDraft: Omit<FormSubmissionDraft, "id" | "versions"> & {
        draftSubmission: DraftSubmission | undefined;
        isPublic?: boolean;
        versions: FormSubmissionDraftVersion[] | undefined;
    }

    Type Declaration

    • draftSubmission: DraftSubmission | undefined

      The draft submission data. undefined if it has not been downloaded locally yet.

    • OptionalisPublic?: boolean

      true if the draft was created by a public user (not logged in).

    • versions: FormSubmissionDraftVersion[] | undefined

      The versions of the draft data. undefined if it has not been uploaded remotely yet.