Skip to main content

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

LineOptions

Defined in

options/LineOptions.ts:25

Properties

visible

visible: boolean

Determines if the shape should be visible or not.

Implementation of

ILineOptions.visible

Defined in

options/LineOptions.ts:11


DefaultOptions

readonly static DefaultOptions: ILineOptions

Default options for the line.

Defined in

options/LineOptions.ts:16