前言
未知控件类型:query-list。
基本信息
- 英文名称:
Query List Control - 中文名称:查询列表控件
- Schema ID:
bricks://controls/query-list - Schema 版本:
2.3 - 类型:
["string", "object", "array", "boolean", "number"]
Schema 定义
完整 JSON 定义
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "bricks://controls/query-list",
"schemaVersion": "2.3",
"title": "Query List Control",
"description": "Unknown control type: query-list",
"type": [
"string",
"object",
"array",
"boolean",
"number"
],
"controlProperties": [
"type",
"group",
"placeholder",
"hasRequired",
"label",
"tab",
"inline"
],
"titleZh": "查询列表控件",
"descriptionZh": "未知控件类型:query-list。"
}
补充说明
更多细节可参考 Bricks 官方 Academy 文档。