@oneblink/sdk
    Preparing search index...

    Type Alias FormSubmissionApprovalEditContext

    type FormSubmissionApprovalEditContext = {
        approvalFormSubmissionId?: string;
        cannedResponseKey?: string;
        formSubmissionApprovalId: string;
        internalNotes?: string;
        notes?: string;
        notificationEmailAddress?: string[];
        type: "FORM_SUBMISSION_APPROVAL";
    }
    Index

    Properties

    approvalFormSubmissionId?: string

    The id of a submission that was submitted with the approval, if the step requires an approval form. Stored on FormSubmissionApproval.approvalFormSubmissionId after the edit is applied.

    cannedResponseKey?: string

    Key to associate a canned response with an approval to allow for reporting

    formSubmissionApprovalId: string

    The FormSubmissionApproval actioned after the S3 copy succeeds

    internalNotes?: string

    Internal notes that are not seen by the user that submitted the form

    notes?: string

    Notes sent to the user that submitted the form

    notificationEmailAddress?: string[]

    The email addresses of the users to be notified of the result

    type: "FORM_SUBMISSION_APPROVAL"

    The type of business context associated with the edit