Type Alias: PropertyEditor()
PropertyEditor = (
options) =>React.ReactElement|undefined
Defined in: widgets/visualAuthoring/visualAuthoring.tsx:61
Provides custom editor for the entity or relation data:
- for
undefinedreturn value the default editor will be used; - otherwise the inline dialog will display the provided editor.
Parameters
| Parameter | Type |
|---|---|
|
Returns
React.ReactElement | undefined