rememberDocumentEditor
Remember a DocumentEditor for a given Document across recompositions. Uses Compose remember with inputs to recreate the editor when they change.
Parameters
Backing document for the editor.
If true, validate the document schema on construction.
Identity generator used for new items/rows.
Layout configuration affecting pages and visibility.
Optional Wisdom functions available to formulas.
Error handler for evaluation/validation failures.
Optional callback invoked for each editor change.
Remember a DocumentEditor for a JSON string input across recompositions. Parses the JSON and delegates to editorOf with the given parameters.
Parameters
String-encoded JSON for the document.
If true, validate the document schema on construction.
Identity generator used for new items/rows.
Layout configuration affecting pages and visibility.
Optional Wisdom functions available to formulas.
Error handler for evaluation/validation failures.
Optional callback invoked for each editor change.