how to pass custom parameters to Photoshop Actions in PS API
I can see in the API docs how to trigger an action file, and it shows fonts, patterns, brushes as optional inbound parameters.
Can I also include my own parameters that are referenced in the action file?
Can these actions include javascript files - is that supported?
I'd like to do a number of customizations - smartobject, text, color replace that I can combine in one action, but I would need to pass it parameters to do so.
