Provide options without default values
Optionalpolylines: Bit.Inputs.Polyline.PolylinePropertiesDto[]Optionalopacity: numberOptionalcolours: string | string[]Optionalsize: numberOptionalupdatable: booleanOptionalpolylinesMesh: TThe polylines to draw, each with its points and closed flag.
OptionalopacityHow opaque the lines are, from 0 (invisible) to 1 (solid).
OptionalcoloursOne hex color text for all polylines, or one text per polyline.
OptionalsizeWidth of the drawn lines.
OptionalupdatableWhen true, the drawn mesh is built so the points can be changed later without redrawing.
OptionalpolylinesA mesh drawn earlier for these polylines; when given it is updated in place instead of a new one being made.
A list of polylines and how to draw them: their width, colors and opacity, and whether the drawn mesh will be updated later.