withFilter()
Home > @gooddata/sdk-backend-spi > IInsightsQuery > withFilter
IInsightsQuery.withFilter() method
Sets filter for the query.
Signature:
withFilter(filter: {
title?: string;
}): IInsightsQuery;
Parameters
Parameter | Type | Description |
---|---|---|
filter | { title?: string; } | filter to apply |
Returns:
insights query