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

    Type Alias PendingFormSubmission

    PendingFormSubmission: FormSubmission & {
        error?: string;
        isEditing?: boolean;
        isSubmitting?: boolean;
        pendingTimestamp: string;
    }

    Type Declaration

    • Optionalerror?: string

      An error message that might be set while attempting to process the submission in the pending queue

    • OptionalisEditing?: boolean

      true if the submission is currently being edited

    • OptionalisSubmitting?: boolean

      true if the submission is currently being processed by the pending queue

    • pendingTimestamp: string

      The date and time (in ISO format) the submission was attempted