adobe-firefly-sdk
    Preparing search index...

    Type Alias ActionJsonOptions

    ActionJsonOptions

    type ActionJsonOptions = {
        actionJSON: { [key: string]: unknown }[];
        additionalImages?: StorageDetails[];
        brushes?: StorageDetails[];
        fonts?: StorageDetails[];
        patterns?: StorageDetails[];
    }
    Index

    Properties

    actionJSON: { [key: string]: unknown }[]

    Array of Photoshop JSON-formatted Actions to play.

    additionalImages?: StorageDetails[]

    Array of references to additional images, which can be referred by actionJson commands.

    brushes?: StorageDetails[]

    array of custom brushes needed in this document

    fonts?: StorageDetails[]

    array of custom fonts needed in this document

    patterns?: StorageDetails[]

    array of custom pattern preset to be used in Photoshop Actions