CircleOptions
Options for configuring the behavior of a circle shape.
Implements
Constructors
new CircleOptions()
new CircleOptions(
options):CircleOptions
Creates a new instance of ICircleOptions.
Parameters
• options: Partial<ICircleOptions> = {}
The partial options provided by the user.
Returns
Defined in
Properties
draggable
draggable:
boolean
Determines if the shape can be dragged by mouse.
Implementation of
Defined in
visible
visible:
boolean
Determines if the shape should be visible or not.
Implementation of
Defined in
DefaultOptions
readonlystaticDefaultOptions:ICircleOptions
Default options for the circle.