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

    Interface ActionOptions

    interface ActionOptions {
        actions: Action[];
        brushes?: StorageDetails[];
        fonts?: StorageDetails[];
        patterns?: StorageDetails[];
    }
    Index

    Properties

    actions: Action[]

    Array of Photoshop Actions to play.

    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