@oneblink/apps-react
    Preparing search index...

    Type Alias UploadAttachmentConfiguration

    type UploadAttachmentConfiguration = {
        contentType?: string;
        data: Blob;
        fileName: string;
        formId: number;
        isPrivate: boolean;
        onProgress?: ProgressListener;
    }
    Index

    Properties

    contentType?: string
    data: Blob
    fileName: string
    formId: number
    isPrivate: boolean
    onProgress?: ProgressListener