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
22.1void
Deletes this Action Set from the Actions panel
duplicate
22.1Creates a copy of this Action Set
play
22.1async : Promise<void>
Plays all Actions in this set one by one



