FieldPropertyHost Interface
Describes the source of the property value against which a FieldPropertyPath is evaluated. A field property is always hosted by an Element. It may refer to a property belonging to any of the following:
- The element's BIS class itself;
- One of the element's ElementAspects;
- Or an EC view with the same ECInstanceId as the element. The schemaName and className should always identify the exact class that contains propertyName - not a subclass thereof.
Properties
| Name | Type | Description | |
|---|---|---|---|
| className | string | The name of the exact class (not a subclass) containing the property identified by propertyName. | |
| elementId | string | The Id of the Element that hosts the property. | |
| schemaName | string | The name of the schema containing the class identified by className. |
Defined in
Last Updated: 20 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.