adobe-firefly-sdk
    Preparing search index...

    Type Alias RenditionLinkDetails

    RenditionLinkDetails

    A rendition object.

    type RenditionLinkDetails = {
        href?: string;
        storage?: StorageType;
        type?: ImageFormatType;
        width?: number;
    }
    Index

    Properties

    href?: string

    The rendition location.

    storage?: StorageType
    width?: number

    The requested rendition width in pixels.