ArtboardChanged
This action is triggered when the current Artboard changes.
This can happen in a number of situations:
- when an Artboard is added to the document
- when an Artboard is selected
- when an Artboard is removed
Action Context
The action context for this action contains three keys:
- document: The document where the action was triggered
- oldArtboard: The previously active Artboard
- newArtboard: The newly selected Artboard (this can be- nullif the action was triggered by removing an Artboard, for example)
  Last update: 2025-09-16 15:59:42 +0000