EntityProps Interface
The properties of an Entity as they are read/stored from/to the iModel.
Properties
Name | Type | Description | |
---|---|---|---|
classFullName | string | The full name of the ECClass for this entity, in the form "Schema:ClassName" | |
id | undefined | string | The Id of the entity. | |
jsonProperties | undefined | { T } | Optional json properties of this Entity. |
Defined in
- core/common/src/EntityProps.ts Line 16
Last Updated: 11 June, 2024