DashboardDrillToCustomUrlResolvedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardDrillToCustomUrlResolvedPayload
DashboardDrillToCustomUrlResolvedPayload 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 DashboardDrillToCustomUrlResolved event.
Signature:
export interface DashboardDrillToCustomUrlResolvedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDefinition | readonly | IDrillToCustomUrl | (ALPHA) Drill definition with the custom url that was resolved. |
drillEvent | readonly | IDashboardDrillEvent | (ALPHA) Original drill event, that triggered this particular drill interaction. |
filtersInfo | readonly | FiltersInfo | (ALPHA) Information about filters used on the dashboard. |
url | readonly | string | (ALPHA) Resolved custom url. |