RelationshipProps Interface
Properties that are common to all types of link table ECRelationships
Extends
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| classFullName Inherited | string | EntityProps | The full name of the ECClass for this entity, in the form "Schema:ClassName" |
| id Inherited | string | undefined | EntityProps | The Id of the entity. |
| isInstanceOfEntity Readonly Inherited | undefined | undefined | EntityProps | A non-existent property used to discriminate between EntityProps and Entity. |
| jsonProperties Inherited | [key: string]: any | undefined | EntityProps | Optional json properties of this Entity. |
| sourceId Inherited | string | SourceAndTarget | |
| targetId Inherited | string | SourceAndTarget |
Defined in
- core/common/src/EntityProps.ts Line 46
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.