interface
ResolvedPluginField
A registered field editor with the names Ridu uses to select it. Returned by registry resolution.
Properties
| Property | Type | Description |
|---|---|---|
owner | string | Owning Go/admin plugin key. |
key | string | Field-type key for a default editor, or component name for an explicitly selected editor. |
componentKey | string | Present only for editors registered in components and selected by Go AdminComponent. |
registration | RegisteredPluginField | The registration value. |
Full signature
interface ResolvedPluginField { ... }