API Reference > ui-components > PropertyEditors > PropertyEditorManager PropertyEditorManager Class Beta Manages Property Editors. Property Editors are registered with and created by the manager. Methods Name Description createEditor(editType: string, editorName?: string, dataControllerName?: string): PropertyEditorBase Static hasCustomEditor(editType: string, editorName: string): boolean Static registerDataController(controllerName: string, controller: { T }): void Static registerEditor(editType: string, editor: { T }, editorName?: string): void Static Defined in ui/components/src/ui-components/editors/PropertyEditorManager.tsx Line 64 Last Updated: 13 June, 2024