IDrillToDashboard
Home > @gooddata/sdk-model > IDrillToDashboard
IDrillToDashboard interface
Drill to dashboard
Signature:
export interface IDrillToDashboard extends IDrill
Extends: IDrill
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
target? | ObjRef | (Optional) Target dashboard ref. If not specified, then this is a drill to self - activating such drill will not switch to a different dashboard but will instead set dashboard filters to 'focus' on the drilled attribute element IF a filter for that attribute is defined for the dashboard. Example: dashboard shows several for company departments. It is possible to filter the entire dashboard by department. A column chart showing cost by department has drill to dashboard set without 'target'. When user clicks a column, the dashboard's department filter will be set to the department that the clicked column represents. | |
transition | "in-place" | Drill transition | |
type | "drillToDashboard" | Drill type |