@musallam/photoshop-client
    Preparing search index...

    Interface RenditionLinkDetails

    A rendition object.

    interface RenditionLinkDetails {
        href?: string;
        storage?: PhotoshopClient.StorageType;
        type?: PhotoshopClient.ImageFormatType;
        width?: number;
    }
    Index

    Properties

    href?: string

    The rendition location.

    width?: number

    The requested rendition width in pixels.