Skip to main content

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

ParameterType

property

PropertyTypeIri

inputProps

InputMultiProps

Returns

React.ReactElement | null

See

DefaultPropertyEditorProps.resolveInput