Skip to main content
Version: 2.22

Slot 插槽

结构声明

interface Slot {
"concept": "Slot", // 产品概念
"name": string, // 插槽名称
"title": string, // 插槽标题
"description": string, // 插槽描述
"emptyBackground": "drag-entity-here", // emptyBackground
"advanced": boolean, // 是否为高级功能,不在低代码中显示
"slotProps": Param, // 是否为高级功能,不在低代码中显示
}

示例

简单示例

{
"concept": "Slot",
"name": "default",
"title": "加载前",
"description": "在表格中插入",
"emptyBackground": null,
"advanced": null,
"slotProps": null
}