✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias WidgetProps
WidgetProps:
SoftUnion<WithCommonWidgetProps<ChartWidgetProps,"chart"> |WithCommonWidgetProps<CustomWidgetProps,"custom"> |WithCommonWidgetProps<PivotTableWidgetProps,"pivot"> |WithCommonWidgetProps<TextWidgetProps,"text"> > & {dataPointClick:WidgetDataPointClickEventHandler;dataPointContextMenu:WidgetDataPointContextMenuEventHandler;dataPointsSelect:ChartDataPointsEventHandler; }
Props of the WidgetComponent.
#
WidgetProps.dataPointClickdataPointClick?:
WidgetDataPointClickEventHandler#
WidgetProps.dataPointContextMenudataPointContextMenu?:
WidgetDataPointContextMenuEventHandler#
WidgetProps.dataPointsSelectdataPointsSelect?:
ChartDataPointsEventHandler