src/lib/label-designer.interface.ts
Label item is the basic unit in the label designer. This can hold multiple fields, position and the styling for this label item.
Properties |
fields |
fields:
|
Type : ILabelField[]
|
Fields that belong to this label item. |
order |
order:
|
Type : number
|
Optional |
Order of the item. |
style |
style:
|
Type : ILabelStyle
|
Optional |
Styling for this label item. |
type |
type:
|
Type of the label item. |
x |
x:
|
Type : number
|
x position in mm. |
y |
y:
|
Type : number
|
y position in mm. |