API Reference > ui-components > PropertyEditors > BasicPropertyEditor BasicPropertyEditor Class Beta Basic Property Editor registered for the "text" and "string" type names. It uses the TextEditor React component. Extends PropertyEditorBase Methods Name Description constructor(): BasicPropertyEditor Inherited methods Name Inherited from Description applyEditorParams(_property: PropertyDescription, _record: PropertyRecord): void PropertyEditorBase commitValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> PropertyEditorBase validateValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> PropertyEditorBase Properties Name Type Description reactNode Accessor ReadOnly ReactNode Inherited properties Name Type Inherited from Description containerHandlesBlur Accessor ReadOnly boolean PropertyEditorBase containerHandlesEnter Accessor ReadOnly boolean PropertyEditorBase containerHandlesEscape Accessor ReadOnly boolean PropertyEditorBase containerHandlesTab Accessor ReadOnly boolean PropertyEditorBase customDataController undefined | DataController PropertyEditorBase Defined in ui/components/src/ui-components/editors/PropertyEditorManager.tsx Line 165 Last Updated: 12 June, 2024