Function: GenericDirectiveEditor()
GenericDirectiveEditor(
props):ReactNode|Promise<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> |
Returns
ReactNode | Promise<ReactNode>