CrossFilteringPayload
Home > @gooddata/sdk-ui-dashboard > CrossFilteringPayload
CrossFilteringPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the CrossFiltering command.
Signature:
export interface CrossFilteringPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillDefinition | readonly | ICrossFiltering | (BETA) Cross-filtering definition to apply. |
drillEvent | readonly | IDashboardDrillEvent | (BETA) Original drill event, that triggered this particular drill interaction. |
insight | readonly | IInsight | (BETA) Insight from which the cross-filtering is coming. |