editorOf
Creates a new DocumentEditor for the given document.
Return
A new DocumentEditor for the given document.
Parameters
The document to edit (mutations write through to this instance).
When true, validates the document schema on construction.
Identity generator used when creating new items/rows.
Layout/view configuration affecting pagination and visibility.
Optional Wisdom functions available to formulas during evaluation.
Error handler invoked on evaluation/validation errors.
Optional callback invoked for each change emitted by the editor.
Creates a new DocumentEditor for the given json.
Return
A new DocumentEditor for the given json.
Parameters
JSON representation of the document to edit.
When true, validates the document schema on construction.
Identity generator used when creating new items/rows.
Layout/view configuration affecting pagination and visibility.
Optional Wisdom functions available to formulas during evaluation.
Error handler invoked on evaluation/validation errors.
Optional callback invoked for each change emitted by the editor.
Creates a new DocumentEditor from the given map.
Return
A new DocumentEditor for the given map.
Parameters
Backing map representing a document to edit.
When true, validates the document schema on construction.
Identity generator used when creating new items/rows.
Layout/view configuration affecting pagination and visibility.
Optional Wisdom functions available to formulas during evaluation.
Error handler invoked on evaluation/validation errors.
Optional callback invoked for each change emitted by the editor.
Creates a new DocumentEditor from the given json.
Return
A new DocumentEditor for the given json.
Parameters
String-encoded JSON of the document to edit.
When true, validates the document schema on construction.
Identity generator used when creating new items/rows.
Layout/view configuration affecting pagination and visibility.
Optional Wisdom functions available to formulas during evaluation.
Error handler invoked on evaluation/validation errors.
Optional callback invoked for each change emitted by the editor.