Learn about the CRM data component for use in UI extensions.
@hubspot/ui-extensions/crm
.
CrmAssociationPivot
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 |
---|---|---|
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 . |
highValue | String | number | The upper value to filter by when using an operator that requires a range, such as BETWEEN . |