DocumentSaved
This action is triggered when a document is saved.
This can happen in a number of situations:
- when the user manually saves a document
- when a document is auto-saved by the operating system
Action Context
The action context for this action contains three keys:
document: The document where the action was triggeredsize: The filesize of the saved document, in bytesautoSaved: A BOOL that istrueif the document was auto saved by the operating system, andfalseotherwise
Last update: 2025-09-16 15:59:42 +0000