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

Accessors

index

get index(): number

0-index of this action in it's parent action set


name

get name(): string

The name of this action, displayed in the panel Cannot be changed

set name(name: string): void

Renames the action set

Parameters:

NameType
namestring

parent

get parent(): ActionSet

The action set this action belongs to

Methods

delete

delete(): void

Deletes this action from the actions panel


duplicate

duplicate(): Action

Creates a copy of this action, placing it in the same action set


play

play(): Promise‹void›

Plays this action

async

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