--- title: 左侧面板 sTitle: dooringx-lib插件开发 order: 10 --- 左侧面板传入leftRenderListCategory即可。 ```js leftRenderListCategory: [ { type: 'basic', icon: , displayName: '基础组件', }, { type: 'xxc', icon: , custom: true, customRender:
我是自定义渲染
, }, ], ``` type是分类,左侧组件显示在哪个分类由该字段决定。 icon则是左侧分类小图标。 当custom为true时,可以使用customRender自定义渲染。