ActionSet

Photoshop Actions

Handles the content in Actions panel. Actions panel will have a hierarchy of Action Sets that contain a list of Actions

Properties

Name
Type
Access
Min Version
Description
actions
Action[]
R
22.1
List of Actions in this Action Set
id
number
R
22.1
The internal ID of this Action Set Can be used for batchPlay calls, used internally
index
number
R
22.1
Zero-based index of this Action Set in the Actions palette
name
string
R W
22.1
The name of this Action Set, displayed in the panel
typename
string
R
23.0
The class name of the referenced object: "ActionSet".

Methods

delete

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">22.1</span>

<br/> void

Deletes this Action Set from the Actions panel

duplicate

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">22.1</span>

<br/> ActionSet

Creates a copy of this Action Set

play

<span class="minversion" style="display: block; margin-bottom: -1em; margin-left: 36em; float:left; opacity:0.5;">22.1</span>

<br/> async : Promise<void>

Plays all Actions in this set one by one