cl-context-menu

示例

基础用法

参数

参数说明类型回调参数
open打开function(event, { list }){ close }
close关闭function()

List 选项值

参数说明类型可选值默认值
label本文string
ellipsis是否超出省略boolean
disabled是否禁用boolean
hidden是否隐藏boolean
children子集array
callback点击回调function(item, done)
Last Updated: