Edit in GitHubLog an issue

ActionSet

Handles the content in Actions panel. The Actions panel has a hierarchy of action sets that contain a list of actions.

Accessors

actions

get actions(): Action[]

List of actions in this action set


index

get index(): number

0-index of this action set in the actions palette


name

get name(): string

The name of this action set, displayed in the panel

set name(name: string): void

Renames the action set

Parameters:

NameType
namestring

Methods

delete

delete(): void

Deletes this action set from the actions panel


duplicate

duplicate(): ActionSet

Creates a copy of this action set


play

play(): Promise‹void›

Plays all actions in this set one by one

async

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