Function: GenericJsxEditor()

GenericJsxEditor(props, context?): ReactNode

A generic editor that can be used as an universal UI for any JSX element. Allows editing of the element content and properties. Use this editor for the JsxComponentDescriptor Editor option.

Parameters

ParameterType
propsJsxEditorProps
context?any

Returns

ReactNode