{
    "name": "大量多选",
    "doc": [
        {
            "title": "attributes",
            "table": [
                {
                    "prop": "prop",
                    "label": "参数"
                },
                {
                    "prop": "des",
                    "label": "说明"
                },
                {
                    "prop": "type",
                    "label": "类型"
                },
                {
                    "prop": "options",
                    "label": "可选值"
                },
                {
                    "prop": "default",
                    "label": "默认值"
                }
            ],
            "data": [
                {
                    "prop": "search",
                    "des": "搜索函数",
                    "type": "Function(text)",
                    "options": "-",
                    "default": "-"
                },
                {
                    "prop": "searchProps",
                    "des": "返回数据对应total,list的prop",
                    "type": "object",
                    "options": "-",
                    "default": "-"
                },
                {
                    "prop": "optionsProps",
                    "des": "返回list数据对应label,value",
                    "type": "object",
                    "options": "-",
                    "default": "-"
                }
            ]
        },
        {
            "title": "events",
            "table": [
                {
                    "prop": "event",
                    "label": "事件名称"
                },
                {
                    "prop": "des",
                    "label": "说明"
                },
                {
                    "prop": "call",
                    "label": "回调参数"
                }
            ],
            "data": [
                {
                    "event": "-",
                    "des": "-",
                    "call": "-"
                }
            ]
        }
    ]
}