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

    Type Alias FormCustomPDF

    type FormCustomPDF = {
        id: string;
        label: string;
        mapping: FormElementMapping<{ replaceableField: string }>[];
        s3: S3Configuration;
    }
    Index

    Properties

    Properties

    id: string

    The Id of the custom PDF.

    label: string

    The label of the custom PDF.

    mapping: FormElementMapping<{ replaceableField: string }>[]

    The mapping for the custom PDF.

    The S3 Configuration of the custom PDF.