Interface ISnapLinesConfiguration
Package: @aurigma/design-atoms
Properties
snapElements
Declaration
snapElements: {
items: ISnapItemConfiguration;
printArea: ISnapElementConfiguration;
safetyLines: ISnapElementConfiguration;
region: ISnapElementConfiguration;
grid: ISnapElementConfiguration;
interactiveZones: ISnapElementConfiguration;
};
Property Value
| Type | Description |
|---|---|
| { items: ISnapItemConfiguration; printArea: ISnapElementConfiguration; safetyLines: ISnapElementConfiguration; region: ISnapElementConfiguration; grid: ISnapElementConfiguration; interactiveZones: ISnapElementConfiguration; } |