@oneblink/sdk
    Preparing search index...

    Type Alias FormApprovalFlowNodeBase

    type FormApprovalFlowNodeBase = {
        approvalFormId?: number;
        approvalFormPrefillMappings?: FormApprovalFormPrefillMapping[];
        group: string;
        hideApprovalDenyButton?: boolean;
        label: string;
    }
    Index

    Properties

    approvalFormId?: number

    The id of a form that should be submitted with approval

    approvalFormPrefillMappings?: FormApprovalFormPrefillMapping[]

    Prefill the approval form from the original submission when the approver opens it. Requires FormApprovalFlowNodeBase.approvalFormId.

    group: string

    The group that will be assigned an approval for this node

    hideApprovalDenyButton?: boolean

    Configuration to hide the deny button on approval actioning screens

    label: string

    The unique label for the node