# 图层列表

<sm-web-map server-url="https://iportal.supermap.io/iportal/" map-id="801571284">
  <sm-layer-list position="top-left"></sm-layer-list>
</sm-web-map>

# Attributes

参数 说明 类型 可选值 默认值
iconClass 收缩按钮的 Font class 类名 string - 'sm-components-icon-layer-list'
headerName 标题名 string - '图层'
attributes 属性表配置 配置项 object - -

支持主题混入参数卡片混入参数Control 混入参数

# attributes

参数 说明 类型 可选值 默认值
enabled 打开显示属性表的开关按钮 boolean - false
getContainer 指定属性表挂载的 HTML 节点 function - () => { return document.querySelector('.sm-component-web-map') }
style 属性表样式 object - -
position 属性表的位置。(父级容器需设置样式: positions: absolute ) string 'bottom-left' | 'top-left' | 'bottom-right' | 'top-right' | 'top' | 'bottom' | 'left' | 'right' | 'bottom'

更多配置项,请查看 Attributes(其中不支持layerName、dataset和mapTarget参数)。

最后更新时间: 2021/9/29 下午2:40:25