@oneblink/sdk
    Preparing search index...

    Type Alias FormApprovalFlowNodeBase

    type FormApprovalFlowNodeBase = {
        approvalFormId?: number;
        approvalFormPrefillMappings?: FormApprovalFormPrefillMapping[];
        editableFormElementIds?: string[];
        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.

    editableFormElementIds?: string[]

    The ids of elements in the submitted form that an approver assigned to this node may edit. When omitted, the approver cannot edit any form elements. Must contain at least one id when present.

    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