DataController Interface
Deprecated in 5.30. This is part of the old editor system and is not used anymore.
DataControllers can be implemented per typename to validate and commit values.
Implemented by
Methods
| Name | Description | |
|---|---|---|
| commitValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> | ||
| validateValue(newValue: PropertyValue, record: PropertyRecord): Promise<AsyncValueProcessingResult> |
Defined in
Last Updated: 15 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.