DataControllerBase Class

Deprecated  in 5.30. This is part of the old editor system and was used to defined custom editor. Use EditorSpec and createEditorSpec instead.

DataControllerBase is the base class for all Data Controllers.

Implements

Methods

Name Description
constructor(): DataControllerBase    
commitValue(_newValue: PropertyValue, _record: PropertyRecord): Promise<AsyncValueProcessingResult>    
validateValue(_newValue: PropertyValue, _record: PropertyRecord): Promise<AsyncValueProcessingResult>    

Defined in

Last Updated: 15 May, 2026