Edit in GitHubLog an issue

Action

Represents an Action in the Actions palette. Actions are series of commands that can be recorded by user, and can be replayed at a later time

Properties

NameTypeAccessMin VersionDescription
id
number
R
22.1
The internal ID of this Action Can be used for batchPlay calls, used internally
index
number
R
22.1
Zero-based index of this Action in it's parent Action Set
name
string
R W
22.1
The name of this Action, displayed in the panel Cannot be changed
parent
R
22.1
The Action Set this Action belongs to
typename
string
R
23.0
The class name of the referenced object: "Action".

Methods

delete

22.1

void

Deletes this Action from the Actions panel


duplicate

22.1

Action

Creates a copy of this Action, placing it in the same Action Set


play

22.1

async : Promise<void>

Plays this Action

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.