API Reference > ui-components > PropertyEditors > PropertyEditorProps PropertyEditorProps Interface Beta Properties for a property editor component Extends CommonProps Methods Name Description onBlur(event: FocusEvent<Element>): void Optional Handler for blur onCancel(): void Optional Handler for cancel onCommit(args: PropertyUpdatedArgs): void Optional Handler for commit Properties Name Type Description propertyRecord undefined | PropertyRecord The property being updated. setFocus undefined | boolean Indicates whether the Property Editor should set focus Inherited properties Name Type Inherited from Description className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/components/src/ui-components/editors/EditorContainer.tsx Line 29 Last Updated: 12 June, 2024