Type Alias: UnifiedFilterJson

UnifiedFilterJson: FilterCondition & object

Represents the filter format used to apply filters to components.

optional dataSource: string

The API name of the data source. Required when applying filters to dashboards with multiple data sources.

fieldName: string

Required. The name of the field to apply the filter on, specified as a combination of object name and api name of the field, . This includes the API name of the semantic model that has the field and the API name of the filter field.

types/types.ts:149