interface
EmbeddedSchemaVariantScope
Select a Go-declared embedded variant when creating or copying an item's field data.
Properties
| Property | Type | Description |
|---|---|---|
treeKey | string | The embedded tree key declared by the Go field. |
caseTag | string | The tree case's configured tag value, not the name of the property holding the tag. |
variantSlug | string | The variant key within that case, for example "hero". |
Full signature
interface EmbeddedSchemaVariantScope { ... }