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

名称类型访问最低版本描述
idnumberR22.1The internal ID of this Action Can be used for batchPlay calls, used internally
indexnumberR22.1Zero-based index of this Action in it's parent Action Set
namestringR W22.1The name of this Action, displayed in the panel Cannot be changed
parentActionSetR22.1The Action Set this Action belongs to
typenamestringR23.0The 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

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