IPropertyDataProvider Interface
An interface for property data provider which returns property data and broadcasts an event when the data changes
Implemented by
Properties
| Name | Type | Description | |
|---|---|---|---|
| getData | () => Promise<PropertyData> | Returns property data. | |
| onDataChanged | PropertyDataChangeEvent | Property data change event. |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.