21 lines
662 B
Markdown
21 lines
662 B
Markdown
```
|
|
{
|
|
labelType: 'wayPoint', //类型 路径点wayPoint 库位点locationPoint 设备点devicePoint 停车点parkingPoint 区域变更点areaPoint 等待点waitPoint 文字text
|
|
mapId: '', //地图id
|
|
x: 100, //left
|
|
y: 100, //top
|
|
h: 100, //高
|
|
w: 100, //宽
|
|
angle: 13, //旋转角度
|
|
draggable: true, //是否可以拖动
|
|
resizable: true, //是否可以调整大小
|
|
rotatable: true, //是否可以旋转
|
|
lockAspectRatio: true, //是否保持横纵比
|
|
img: 'https://sys.znkjfw.com/imgs/process/%E8%AF%B7%E5%81%87.png',
|
|
text: '', //文字
|
|
fontColor: '', //文字颜色
|
|
fontType: '', //文字类型
|
|
fontFamily: '' //字体类型
|
|
}
|
|
```
|