Defines the path snapping properties for the configuration.
Referenced by: configuration
Properties
Property | Details |
---|---|
distance | A floating-point number representing path snapping distance |
enabled | Boolean value indicating whether path snapping is enabled. Default is true |
units | Defines the units for the path snapping distance Valid values:
|
pathSnapping Example
{
"enabled": true,
"distance": 5,
"units": "meter"
}