@oneblink/sdk-core
    Preparing search index...

    Interface NewS3SubmissionData

    interface NewS3SubmissionData {
        completionTimestamp?: string;
        definition: Form;
        device?: S3SubmissionDataDevice;
        lastElementUpdated?: FormElement;
        sectionState?: { id: string; state: "COLLAPSED" | "EXPANDED" }[];
        submission: { [name: string]: unknown };
    }
    Index

    Properties

    completionTimestamp?: string

    The date and time (in ISO format) the form was completed I.e. when the user clicked the submit button

    definition: Form
    lastElementUpdated?: FormElement
    sectionState?: { id: string; state: "COLLAPSED" | "EXPANDED" }[]
    submission: { [name: string]: unknown }