Item API
Props
Prop | Default | Description |
---|---|---|
callback | undefined |
点击菜单时执行的回调函数,第一个参数为 {BMap, map, target, pixel, point}。 |
text | null |
指定此菜单项的文本。 |
width | null |
指定此菜单项的宽度,菜单以最长的菜单项宽度为准 |
iconUrl | null |
指定此菜单项的icon URL(大小为17px*17px)。包括内置的放大和缩小图标。 |
id | null |
指定此菜单项dom的id |
disabled | false |
是否禁用菜单项。 |
seperator | false |
是否是分隔线(此属性为真时,其它属性会被忽略)。 |
Slots
Slot | Slot Props | Description |
---|---|---|
default | None | No Description |
Last Updated: 2021-08-29