type
FieldEditor
FieldEditor selects an application-local value editor. Config is public JSON.
Properties
| Property | Type | Description |
|---|---|---|
Reference | string | The Reference value. |
Config | json.RawMessage | The Config value. |
Full signature
type FieldEditor struct {
Reference string `json:"reference"`
Config json.RawMessage `json:"config,omitempty"`
}