IDrillableWidget
Home > @gooddata/sdk-model > IDrillableWidget
IDrillableWidget interface
Defines properties that are used for drillable widgets. Such widgets allow user clicking on different parts of the widget and through this interaction navigate to other insights or dashboards.
Signature:
export interface IDrillableWidget
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDownIntersectionIgnoredAttributes? | readonly | IDrillDownIntersectionIgnoredAttributes[] | (ALPHA) (Optional) List of mappings between drill down hierarchies and attributes to ignore in the intersection during the drill down for this hierarchy. |
drills | readonly | DrillDefinition[] | Widget drills |
ignoredDrillDownHierarchies? | readonly | IDrillDownReference[] | (ALPHA) (Optional) Ignore particular drill down hierarchies in the current widget |