{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_action.json",
    "data": {
        "properties": {
            "title": {
                "title": "标题",
                "default": "弹窗标题",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "type": "string"
            },
            "content": {
                "title": "内容",
                "default": "请输入弹窗内容",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "type": "string"
            },
            "showCancel": {
                "title": "是否显示取消按钮",
                "type": "boolean",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "default": true
            },
            "cancelText": {
                "type": "string",
                "title": "取消按钮的文字",
                "description": "最多 4 个字符",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "default": "取消"
            },
            "cancelColor": {
                "title": "取消按钮的文字颜色",
                "type": "color",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "default": "#000000"
            },
            "confirmText": {
                "type": "string",
                "title": "确认按钮的文字",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "description": "最多 4 个字符",
                "default": "确认"
            },
            "confirmColor": {
                "title": "确认按钮的文字颜色",
                "type": "color",
                "x-props": {
                    "data-hidebind-variable": true
                },
                "default": "#576B95"
            }
        }
    },
    "meta": {
        "title": "showModal",
        "description": "showModal 弹窗"
    }
}
