adobe-firefly-sdk
    Preparing search index...

    Type Alias ManifestJobDocumentDetails

    ManifestJobDocumentDetails

    type ManifestJobDocumentDetails = {
        bitDepth?: ChannelModeType;
        height?: number;
        iccProfileName?: string;
        imageMode?: ImageModeType;
        name?: string;
        photoshopBuild?: string;
        width?: number;
    }
    Index

    Properties

    bitDepth?: ChannelModeType
    height?: number

    In pixels

    iccProfileName?: string

    The name of the ICC profile used for the document

    imageMode?: ImageModeType
    name?: string

    The name of the document

    photoshopBuild?: string

    The version of Photoshop used to create the document

    width?: number

    In pixels