withFilter()
Home > @gooddata/sdk-backend-spi > IWorkspacesQuery > withFilter
IWorkspacesQuery.withFilter() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Sets filter of workspaces by given attributes
Signature:
withFilter(filter: IWorkspacesQueryFilter): IWorkspacesQuery;
Parameters
Parameter | Type | Description |
---|---|---|
filter | IWorkspacesQueryFilter | an object of attributes and values to filter by |
Returns: