Bricks Schema 中文文档:查询列表控件

📄 原始资料  |  展开查看原始 JSON(query-list.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”, “boole…

📄 原始资料  |  展开查看原始 JSON(query-list.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。"
}

前言

未知控件类型:query-list。

基本信息

  • 英文名称Query List Control
  • 中文名称:查询列表控件
  • Schema IDbricks://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 文档