Provide options without default values
Optionalpolyline: Bit.Inputs.Polyline.PolylinePropertiesDtoOptionalopacity: numberOptionalcolours: string | string[]Optionalsize: numberOptionalupdatable: booleanOptionalpolylineMesh: TThe polyline to draw, with its points and closed flag.
OptionalopacityHow opaque the line is, from 0 (invisible) to 1 (solid).
OptionalcoloursColor of the line as a hex text such as #ff0000; a list of texts is also accepted.
OptionalsizeWidth of the drawn line.
OptionalupdatableWhen true, the drawn mesh is built so its points can be changed later without redrawing.
OptionalpolylineA mesh drawn earlier for this polyline; when given it is updated in place instead of a new one being made.
One polyline and how to draw it: its width, color and opacity, and whether the drawn mesh will be updated later.