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