ShapeOptions
Base options for configuring the behavior of all shapes.
Implements
Constructors
new ShapeOptions()
new ShapeOptions():
ShapeOptions
Returns
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
readonly
static
DefaultOptions:ShapeOptions
Default options for shapes.