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

    Type Alias FormApprovalFlowNodeBase

    type FormApprovalFlowNodeBase = {
        approvalFormId?: number;
        group: string;
        label: string;
    }
    Index

    Properties

    approvalFormId?: number

    The id of a form that should be submitted with approval

    group: string

    The group that will be assigned an approval for this node

    label: string

    The unique label for the node