EditorsRegistryProvider Function
Provider that adds supplied editors into EditorsRegistry
.
Multiple providers can be nested, with editors from the innermost provider taking the highest priority.
You can either supply a list of editors or provide a function that customizes the current list of editors,
allowing full control over the final set of editors.
EditorsRegistryProvider(__namedParameters: { children: React.ReactNode, editors: EditorSpec[] | (editors: EditorSpec[]) => EditorSpec[] }): React.JSX.Element
Parameter | Type | Description |
---|---|---|
__namedParameters | { children: React.ReactNode, editors: EditorSpec[] | (editors: EditorSpec[]) => EditorSpec[] } |
Returns - React.JSX.Element
Defined in
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.