Skip to main content
Version: 3.0

UseComponent IDE 中使用的编辑组件

结构声明

interface UseComponent {
"concept": "UseComponent", // 产品概念
"type": string, // type
"attrs": Object, // 需要传入的属性
}

示例

简单示例

{
"concept": "UseComponent",
"type": "s-enum-select",
"attrs": null
}