@hubspot/ui-extensions/crm.
Available components
- CrmAssociationPivot
- CrmAssociationPropertyList
- CrmAssociationTable
- CrmDataHighlight
- CrmPropertyList
- CrmReport
- CrmStageTracker
- CrmStatistics
Filtering data
In theCrmAssociationPivot and CrmAssociationTable components, you can filter the data to fetch only what’s most relevant. Review the table below for available filtering options.
| Prop | Type | Description |
|---|---|---|
highValue | String | number | The upper value to filter by when using an operator that requires a range, such as BETWEEN. |
operator | EQ |NEQ | LT | LTE | GT | GTE | BETWEEN | IN | NOT_IN | HAS_PROPERTY | NOT_HAS_PROPERTY | The filter’s operator (e.g. IN). Can be one of:
|
property | String | The property to filter by. |
value | String | number | The property value to filter by. |
values | String | number | The property values to filter by when using an operator that requires an array, such as IN. |