KC's Workspace
    Preparing search index...

    An image option within the image-set() function. See ImageSet.

    interface ImageSetOption {
        fileType?: string | null;
        image: Image;
        resolution: Resolution;
    }
    Index

    Properties

    fileType?: string | null

    The mime type of the image.

    image: Image

    The image for this option.

    resolution: Resolution

    The resolution of the image.