Skip to content
On this page

子功能控件

加载关联的子功能

avatar

配置项

  • toolbar 工具栏配置

配置控件工具栏是否启用

完整配置如下
js
{
    toolbar: {
        enable: true
    }
}
  • expand 配置控件是否默认展开。
完整配置如下
js
{
    expand: true
}