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 be a property of the element's BIS class itself, or that of one of its ElementAspects. 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: 29 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.