Type Alias: PropertyEditorResolveInput()
PropertyEditorResolveInput = (
property,inputProps) =>React.ReactElement|null
Defined in: widgets/editorForms/defaultPropertyEditor.tsx:29
Resolves an input component to edit a specific entity or relation property.
If the resolver returns null then the input will be hidden.
Parameters
| Parameter | Type |
|---|---|
| |
|
Returns
React.ReactElement | null