Interface SnappingOptions

interface SnappingOptions {
    layer: string | WorkbookLayerPath;
    types?: ("toVertices" | "toEdges" | "lineTracing")[];
}

Properties

Properties

layer: string | WorkbookLayerPath

The layer to snap to

types?: ("toVertices" | "toEdges" | "lineTracing")[]

Snapping types; Without this option, the Cadenza default snapping types are used.