type
LiveValidationEmbeddedScope
LiveValidationEmbeddedScope selects a declared plugin payload being edited before Apply. Chained field paths are relative to the previous payload. Identity is the item's ordinary stable key, never an internal occurrence ID.
Properties
| Property | Type | Description |
|---|---|---|
Field | string | The Field value. |
TreeKey | string | The TreeKey value. |
CaseTag | string | The CaseTag value. |
VariantSlug | string | The VariantSlug value. |
Identity | string | The Identity value. |
Data | store.Values | The Data value. |
Full signature
type LiveValidationEmbeddedScope struct {
Field string `json:"field"`
TreeKey string `json:"treeKey"`
CaseTag string `json:"caseTag"`
VariantSlug string `json:"variantSlug"`
Identity string `json:"identity"`
Data store.Values `json:"data"`
}