Skip to main content

PointOptions

The PointOptions interface represents the options for configuring a point in the game.


Definition

interface PointOptions {
color?: string;
weight?: number;
}

Properties

color

  • Type: string (optional)

The color of the point.

weight

  • Type: number (optional)

The weight (size) of the point.