IRepeaterProps
Home > @gooddata/sdk-ui-charts > IRepeaterProps
IRepeaterProps 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.
Signature:
export interface IRepeaterProps extends IBucketChartProps, IRepeaterBucketProps
Extends: IBucketChartProps, IRepeaterBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
drillableItems? | ExplicitDrill[] | (BETA) (Optional) Configure drillability; e.g. which parts of the visualization can be interacted with. LIMITATION: For now only attributes in columns can be drilled into. | |
onDrill? | OnFiredDrillEvent | (BETA) (Optional) Called when user triggers a drill on a visualization. |