method
PluginForm.snapshot
Copy all current form values, including unsaved edits. The result is a snapshot: it does not update when the user types, and changing it does not update the form. This is form data, not a fresh document fetched from the server.
Returns
The declared result.
Record<string, unknown>Full signature
PluginForm.snapshot(): Record<string, unknown>