IFilterBaseOptions
Home > @gooddata/sdk-backend-spi > IFilterBaseOptions
IFilterBaseOptions interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IFilterBaseOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string[] | (BETA) (Optional) Resource was created by user (case sensitive). | ||
| string[] | (BETA) (Optional) Resource id (case sensitive). | ||
| boolean | (BETA) (Optional) Resource is hidden. | ||
| string | (BETA) (Optional) Resource contains the search string in any of several properties (case insensitive logical OR). | ||
| string[] | (BETA) (Optional) Resource contains tags (case sensitive). | ||
| string | (BETA) (Optional) Resource contains title (case insensitive). |