interface
EmbeddedSchemaFormScope
Select an existing group of ordinary fields inside a plugin value, such as the fields of one rich-text card. Go must declare the embedded tree and its schemas. Ridu locates the data by its stable identity, even when the card moves.
Properties
| Property | Type | Description |
|---|---|---|
treeKey | string | The embedded tree key declared by the Go field, for example "widgets". |
identity | string | The existing item's stable ID, as declared by that tree's identity configuration. |
readOnly | boolean | Display without editing; false does not override document or field access rules. |
Full signature
interface EmbeddedSchemaFormScope { ... }