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
Parameter | Type |
---|---|
props | JsxEditorProps |
context ? | any |
Returns
ReactNode