Back to Uxp Photoshop

Objects

src/pages/ps_reference/classes/index.md

2.2.0850 B
Original Source

Objects

Root of the API, accessed at require("photoshop")

Properties

action

action: typeof photoshopAction

The set of lower level APIs for interfacing with the action system, including batchPlay, evolution of executeAction.


app

app: typeof Photoshop

Root of the DOM, the app object where you can access application settings, open documents and reach rest of the APIs.


constants

constants: Constants

The different constants and enumerations that DOM APIs expect as certain parameters.


core

core: typeof photoshopCore

The set of lower level APIs for directly interfacing with Photoshop UI and user.