interface
RegisteredFieldEditor
Registration returned by defineFieldEditor; store it in defineAdmin({ fields: ... }).
Properties
| Property | Type | Description |
|---|---|---|
type | FieldEditorType | The type value. |
component | Component< | The component value. |
decode | (field: SchemaField) => unknown | The decode value. |
__@registration@4240 | true | The __@registration@4240 value. |
Full signature
interface RegisteredFieldEditor { ... }Methods
RegisteredFieldEditor.component()Public method RegisteredFieldEditor.component from @riducms/plugin.
RegisteredFieldEditor.decode()Public method RegisteredFieldEditor.decode from @riducms/plugin.