@oneblink/sdk
    Preparing search index...

    Type Alias FormApprovalFormPrefillMapping

    Maps one source field path to one approval field path. Repeatable set levels must align with repeatable sets on the other side; nested form (form) wrappers may appear on only one side (extra form segments are skipped when aligning).

    type FormApprovalFormPrefillMapping = {
        approvalPath: FormApprovalPrefillElementPath;
        sourcePath: FormApprovalPrefillElementPath;
    }
    Index

    Properties