Interface: PointOptionsObject

Highcharts. PointOptionsObject

The generic point options for all series.

In TypeScript you have to extend PointOptionsObject with an additional declaration to allow custom data options:

declare interface PointOptionsObject {
    customProperty: string;
}