PropertyEditorBase Class

Beta

PropertyEditor is the base class for all property editors.

Extended by

Implements

Methods

Name Description
applyEditorParams(_property: PropertyDescription, _record: PropertyRecord): void    
commitValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult>    
validateValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult>    

Properties

Name Type Description
customDataController DataController | undefined    
reactElement Accessor ReadOnly React.ReactNode    

Defined in

Last Updated: 08 January, 2020