{
    "api": [{
        "title": "Alert的属性说明如下：",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
            "list": [{
                    "param": "nzType",
                    "intro": "必选参数，指定警告提示的样式，有四种选择 success、info、warning、error",
                    "type": "String",
                    "defaultValue": "info"
                },
                {
                    "param": "nzCloseable",
                    "intro": "可选参数，默认不显示关闭按钮",
                    "type": "Boolean",
                    "defaultValue": "false"
                },
                {
                    "param": "nzCloseText",
                    "intro": "可选参数，自定义关闭按钮",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzMessage",
                    "intro": "与alert-body标签二选一，警告提示内容",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzDescription",
                    "intro": "可选参数，警告提示的辅助性文字介绍",
                    "type": "String",
                    "defaultValue": "-"
                },
                {
                    "param": "nzOnClose",
                    "intro": "可选参数，关闭时触发的回调函数",
                    "type": "function",
                    "defaultValue": "-"
                },
                {
                    "param": "nzShowIcon",
                    "intro": "可选参数，是否显示辅助图标",
                    "type": "Boolean",
                    "defaultValue": "false"
                },
                {
                    "param": "nzBanner",
                    "intro": "是否用作顶部公告",
                    "type": "Boolean",
                    "defaultValue": "false"
                },
                {
                    "param": "[alert-body]",
                    "intro": "与nzMessage二选一，定义Message",
                    "type": "ng-content",
                    "defaultValue": "-"
                },
                {
                    "param": "[alert-description]",
                    "intro": "可选参数，定义Description",
                    "type": "ng-content",
                    "defaultValue": "-"
                }
            ]
        }
    }]
}