Type Alias ConnectedPointsOptions
ConnectedPointsOptions: {
fillStyle: string;
lineWidth: number;
loop: boolean;
strokeStyle: string;
}
Type declaration
Readonly
fillStyle: string
Readonly
lineWidth: number
Readonly
loop: boolean
Readonly
strokeStyle: string