Skip to main content
Version: 3.2

NewList 列表构造器

结构声明

interface NewList {
"concept": "NewList", // 产品概念
"typeAnnotation": TypeAnnotation, // 类型
"items": Array<LogicItem>, // 成员表达式
}

示例

简单示例

{
"concept": "NewList",
"typeAnnotation": null,
"items": []
}