Provide options without default values
Optionallines: LinePointsDto[]Optionalopacity: numberOptionalcolours: string | string[]Optionalsize: numberOptionalupdatable: booleanOptionallinesMesh: TThe lines to draw, each with its start and end.
OptionalopacityHow opaque the lines are, from 0 (invisible) to 1 (solid).
OptionalcoloursOne hex color text for all lines, or one text per line.
OptionalsizeWidth of the drawn lines.
OptionalupdatableWhen true, the drawn mesh is built so the ends can be moved later without redrawing.
OptionallinesA mesh drawn earlier for these lines; when given it is updated in place instead of a new one being made.
A list of lines and how to draw them: their width, colors and opacity, and whether the drawn mesh will be updated later.