Interface PointsData<D>

Interaction data that contains a set of points.

interface PointsData {
    points: readonly D[];
}

Type Parameters

Hierarchy

Implemented by

Properties

Properties

points: readonly D[]

Returns

The series of points.

Generated using TypeDoc