CustomHandledProperty Interface
A property of an Entity that needs to be custom handled during deserialization and serialization.
Properties
| Name | Type | Description | |
|---|---|---|---|
| propertyName Readonly | string | The name of the property as it appears in the ECSqlRow | |
| source Readonly | "Class" | "Computed" | Where the property is defined |
Defined in
- core/backend/src/Entity.ts Line 39
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.