PropertyEditorProps Interface

Properties for a property editor component

Extends

Properties

Name Type Description
onBlur undefined | (event: FocusEvent<Element, Element>) => void    
onCancel undefined | () => void    
onCommit undefined | (args: PropertyUpdatedArgs) => void    
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
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 05 April, 2024