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

    Interface ActionJsonOptions

    interface ActionJsonOptions {
        actionJSON: ActionJsonOptionsActionJSONItem[];
        additionalImages?: StorageDetails[];
        brushes?: StorageDetails[];
        fonts?: StorageDetails[];
        patterns?: StorageDetails[];
    }
    Index

    Properties

    Array of Photoshop JSON-formatted Actions to play.

    additionalImages?: StorageDetails[]

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

    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