Optional Experimental__When true and using ribbon geometry, the path will always face the camera (billboard effect). Most useful for vertical paths between floors.
Optional Experimental__Border configuration for ribbon path geometry. Renders darkened edges along both sides of the ribbon.
Optional Experimental__Dash configuration. When dashed=true, controls dash/gap sizing. Uses discriminated union - mode determines which properties are valid.
Optional Experimental__Endcap extension for ribbon geometry as [start, end] tuple in meters.
Optional Experimental__Geometry type for path rendering.
Optional Experimental__When true, prevents the xray path from rendering multiple overlapping pixels when the path crosses over itself. Uses stencil buffer to ensure single-pixel rendering.
Optional Experimental__Distance in meters from corners where control points are inserted for smoothing. Higher values create smoother curves around corners. Only applies when __EXPERIMENTAL_SMOOTHING_TENSION > 0. Typical values are 0.5-2.0 meters for subtle smoothing.
Optional Experimental__Controls the smoothness of path corners using CatmullRom curve tension. Higher values create smoother curves. Values between 0.1-0.3 provide subtle smoothing suitable for most use cases.
OptionalaccentAccent color that is applied to the path pulse and path arrows
OptionalanimateAnimate arrows on path.
OptionalanimateAnimate the drawing of the path in the direction of travel.
OptionalcolorPath Colour. Color can be set using CSS colors names DarkGoldenRod, as Hex strings #0000FF or the rgb values rgb(255,0,0).
OptionaldashedWhether the path should be dashed.
OptionaldisplayShow arrows on path.
OptionaldrawDuration of path drawing in milliseconds.
OptionalflattenFlatten the path to a 2D line.
OptionalinteractiveWhether the path should be clickable.
OptionalpulseNumber of iterations to pulse to indicate direction.
OptionalpulseHow many milliseconds to wait before starting the next pulse after the current pulse travels the entirety of the path.
OptionalshowShow an animated pulse indicating the direction of travel.
OptionalverticalHow much the path hovers above the floor plane in meters.
OptionalvisibleWhether the path should be visible.
OptionalwidthThe width of the path in meters. Can be a number or an Interpolation.
OptionalxrayThe opacity of the path when it's behind geometry (x-ray effect). Value from 0 to 1.
Options for controlling the behavior of a Path.