# 绘制
<sm-web-map server-url="https://iportal.supermap.io/iportal/" map-id="801571284">
<sm-draw :collapsed="false"></sm-draw>
</sm-web-map>
# Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| layerStyle | 绘制图层的样式 | LayerStyle | - | - |
| iconClass | 收缩按钮的 Font class 类名 | string | - | 'sm-components-icon-edit' |
| headerName | 标题名 | string | - | '绘制' |
# Events
| name | 说明 | 回调参数 |
|---|---|---|
| draw-created | 绘制完成事件 | function(option: object) |
| draw-removed | 删掉绘制的图层事件 | - |