FavoritePropertiesDataFiltererProps Interface
Props for FavoritePropertiesDataFilterer.
Properties
| Name | Type | Description | |
|---|---|---|---|
| favoritesScope | FavoritePropertiesScope | Scope used to determine favorite properties | |
| isActive | boolean | undefined | Should the filterer become active when created. | |
| isFavorite | (field: Field, imodel: IModelConnection, scope: FavoritePropertiesScope) => boolean | Promise<boolean> | undefined | Callback to check whether a property is favorite or not. | |
| source | IPresentationPropertyDataProvider | Source properties data provider |
Defined in
Last Updated: 22 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.