ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface WixDigitalProductFileItem

    A downloadable digital file attached to a product.

    interface WixDigitalProductFileItem {
        fileId: string;
        fileType: string;
        fileName: string;
    }
    Index

    Properties

    fileId: string

    Unique identifier for the file

    fileType: string

    MIME or file type descriptor

    fileName: string

    Display file name