LineOptions
Options for configuring the behavior of a line shape.
Implements
Constructors
new LineOptions()
new LineOptions(
options):LineOptions
Creates a new instance of LineOptions.
Parameters
• options: Partial<ILineOptions> = {}
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:ILineOptions
Default options for the line.