Interface ColoredCircle

interface ColoredCircle {
    border_color?: string;
    border_width?: number;
    color: string;
    move: JGOFIntersection;
}

Properties

border_color?: string
border_width?: number
color: string