OptionalaccentColor?: stringAccent color that is applied to the path pulse and path arrows
OptionalanimateArrowsOnPath?: booleanAnimate arrows on path.
OptionalanimateDrawing?: booleanAnimate the drawing of the path in the direction of travel.
Optionalcolor?: stringPath Colour. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).
Optionaldashed?: booleanWhether the path should be dashed.
OptionaldisplayArrowsOnPath?: booleanShow arrows on path.
OptionaldrawDuration?: numberDuration of path drawing in milliseconds.
OptionalflattenPath?: booleanFlatten the path to a 2D line.
Optionalinteractive?: booleanWhether the path should be clickable.
OptionalpulseIterations?: numberNumber of iterations to pulse to indicate direction.
OptionalpulsePauseDuration?: numberHow many milliseconds to wait before starting the next pulse after the current pulse travels the entirety of the path.
OptionalshowPulse?: booleanShow an animated pulse indicating the direction of travel.
OptionalverticalOffset?: numberHow much the path hovers above the floor plane in meters.
Optionalvisible?: booleanWhether the path should be visible.
Optionalwidth?: number | Interpolation<"zoom-level", number[]>The width of the path in meters. Can be a number or an Interpolation.
Options for controlling the behavior of a Path.