Provide options without default values
Optionalpoints: Point3[]OptionalisClosed: booleanThe points of the polyline, in order along it.
OptionalisWhen true, the polyline joins its last point back to its first.
OptionalcolorA color used when the polyline is drawn, as a hex text such as #ff0000 or as [r, g, b] values from 0 to 1.
A polyline as a plain object: its points in order, whether it closes back on itself, and an optional color for drawing.