DocumentEditor Field Access
The DocumentEditor provides several convenient properties and methods to access and work with form fields programmatically.Get Updated Document at Any Time
You can access the current document state in two ways: 1. Direct Access from DocumentEditorChange API
Programmatic updates to a JoyDoc via the editor. Apply multiple updates in one call. The Change API uses the change(changes:) method on DocumentEditor to apply programmatic updates to form fields. All changes are applied as an array of Change objects.
Basic Field Update