Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: ISnapLinesConfig

A structure containing the configuration of snap lines.

Remarks

For details, see the Snap lines topic.

Example

configuration = {
canvas: {
snapLines: {
items: {
enabled: true,
color: "rgb(255,0,0)",
tolerance: 5,
priority: 2,
},
},
},
};

Properties

items

items: ISnapElementConfiguration

The configuration of snap lines that clings to design elements.


printArea

printArea: ISnapElementConfiguration

The configuration of snap lines that clings to the product page.


safetyLines

safetyLines: ISnapElementConfiguration

The configuration of snap lines that clings to safety lines.


interactiveZones

interactiveZones: ISnapElementConfiguration

Was this page helpful?