Class SnapServiceSettings

Hierarchy (view full)

Constructors

Properties

localStorageName: string = "Settings"
magnetRadius: number = 6
snapRadius: number = 28

Радиус, в пределах которого происходит привязка.

snaps: Record<
    | "ortho"
    | "center"
    | "middle"
    | "grid"
    | "point"
    | "shapePoint"
    | "magnetPoints"
    | "borders", boolean> = ...

Активные в данный момент привязки

Methods