Skip to main content

ShapeOptions

Base options for configuring the behavior of all shapes.

Implements

Constructors

new ShapeOptions()

new ShapeOptions(): ShapeOptions

Returns

ShapeOptions

Properties

draggable

draggable: boolean

Determines if the shape can be dragged by mouse.

Implementation of

IShapeOptions.draggable

Defined in

options/ShapeOptions.ts:15


visible

visible: boolean

Determines if the shape should be visible or not.

Implementation of

IShapeOptions.visible

Defined in

options/ShapeOptions.ts:10


DefaultOptions

readonly static DefaultOptions: ShapeOptions

Default options for shapes.

Defined in

options/ShapeOptions.ts:20