PropertyEditorManager Class

Deprecated  in 5.30. This is part of the old editor system and was used to register custom editors. Use EditorsRegistryProvider instead.

Manages Property Editors. Property Editors are registered with and created by the manager.

Methods

Name Description
constructor(): PropertyEditorManager    
createEditor(editType: string, editorName?: string, dataControllerName?: string): PropertyEditorBase Static    
hasCustomEditor(editType: string, editorName: string): boolean Static    
registerDataController(controllerName: string, controller: () => DataControllerBase): void Static    
registerEditor(editType: string, editor: () => PropertyEditorBase, editorName?: string): void Static    

Defined in

Last Updated: 15 May, 2026