Function: GenericDirectiveEditor()
GenericDirectiveEditor(
props,context?):ReactNode
A generic editor that can be used as an universal UI for any directive. Allows editing of the directive content and properties. Use this editor for the DirectiveDescriptor Editor option.
Parameters
| Parameter | Type |
|---|---|
props | DirectiveEditorProps<Directives> |
context? | any |
Returns
ReactNode