Adobe Photoshop CS5 Object Library JS: ActionList
From Photoshop CS5
Class
ActionList
The list of commands that comprise an Action (such as an Action created using the Actions palette in the Adobe Photoshop application). The action list object is part of the Action Manager functionality. For details on using the Action Manager, see the Photoshop Scripting Guide.Class
| Property | Type | Access | Description |
|---|---|---|---|
| count | int | readonly | The number of commands that comprise the action. |
Used in:
void ActionDescriptor.putList (key: number, value: ActionList)
Return
ActionList ActionDescriptor.getList (key: number)
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |