DashboardDrillToDashboardResolvedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDrillToDashboardResolvedPayload
DashboardDrillToDashboardResolvedPayload 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.
Payload of the DashboardDrillToDashboardResolved event.
Signature:
export interface DashboardDrillToDashboardResolvedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeFilterConfigs | readonly | IDashboardAttributeFilterConfig[] | (ALPHA) Attribute filter configs with additional props |
drillDefinition | readonly | IDrillToDashboard | (ALPHA) Drill definition with the target dashboard. |
drillEvent | readonly | IDashboardDrillEvent | (ALPHA) Original drill event, that triggered this particular drill interaction. |
filters | readonly | (IDashboardFilter | FilterContextItem)[] | (ALPHA) Drill intersection filters that can be applied to the target dashboard. |