IDashboardFilterView
Home > @gooddata/sdk-model > IDashboardFilterView
IDashboardFilterView interface
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.
Interface that represents saved dashboard filter view created for a specific dashboard by a specific user.
There should always be just one default filter view for the user and the dashboard at any given time. The consistency must be handled by backend or client. The reason why the flag cannot be on the dashboard is that each user can have a different default filter view per dashboard and also the filter views can be created by users that have only VIEW permission for the workspace and cannot modify the dashboard object.
Signature:
export interface IDashboardFilterView
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dashboard | readonly | ObjRef | (ALPHA) |
filterContext | readonly | IFilterContextDefinition | (ALPHA) |
isDefault? | readonly | boolean | (ALPHA) (Optional) |
name | readonly | string | (ALPHA) |
ref | readonly | ObjRef | (ALPHA) |
user | readonly | ObjRef | (ALPHA) |