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 istrue
if the document was auto saved by the operating system, andfalse
otherwise
Last update: 2024-10-18 09:46:41 +0000