Type alias CustomWidgetDataPointContextMenuHandler<T>
CustomWidgetDataPointContextMenuHandler: <
T> (point,nativeEvent) =>void
Generic event handler for custom widget data point context menu.
Type parameters
| Parameter | Default | Description |
|---|---|---|
T extends AbstractDataPointWithEntries | AbstractDataPointWithEntries | The shape of the data point |
Parameters
| Parameter | Type |
|---|---|
point | CustomWidgetDataPoint< T > |
nativeEvent | MouseEvent |
Returns
void