Actions¶
src.helpers.actions.run_action(action_set: str, action: str) -> None
¶
Runs a Photoshop action.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
action_set
|
str
|
Name of the group the action is in. |
required |
action
|
str
|
Name of the action. |
required |