Type alias CircleOpt

CircleOpt: {
    radius: number;
}

The options of the circle object

Type declaration

  • radius: number

    The radius of the circle

Generated using TypeDoc