edgeMode

The edgeMode read-only property of the SVGFEConvolveMatrixElement interface reflects the edgeMode attribute of the given element. The SVG_EDGEMODE_* constants defined on this interface are represented by the numbers 1 through 3, where the default duplicate is 1, wrap is 2, and none is 3.

MDN Reference