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