constructor Method

Overloads
constructorEnumEditor(props)  
constructorEnumEditor(props, context?) Deprecated  

EnumEditor(props)

EnumEditor(props: Readonly<PropertyEditorProps>): EnumEditor

Parameter Type Description
props Readonly<PropertyEditorProps>  

Returns - EnumEditor



EnumEditor(props, context?)

Deprecated  

EnumEditor(props: PropertyEditorProps, context?: any): EnumEditor

see https://reactjs.org/docs/legacy-context.html

Parameter Type Description
props PropertyEditorProps  
context any  

Returns - EnumEditor


Last Updated: 12 June, 2024