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

    Interface SenseiOutputDetails

    A PNG file.

    interface SenseiOutputDetails {
        color?: SenseiColor;
        href: string;
        mask?: MaskFormat;
        overwrite?: boolean;
        storage: PhotoshopClient.StorageType;
    }
    Index

    Properties

    color?: SenseiColor
    href: string

    A pre-signed POST URL to the output file.

    mask?: MaskFormat
    overwrite?: boolean

    If the file already exists, indicates if the output file should be overwritten. Will eventually support eTags. Only applies to CC Storage.