{
    "api": [{
        "title": "文字提示的属性说明如下：",
        "data": {
            "header": [{
                    "name": "参数",
                    "key": "param"
                },
                {
                    "name": "说明",
                    "key": "intro"
                },
                {
                    "name": "类型",
                    "key": "type"
                },
                {
                    "name": "默认值",
                    "key": "defaultValue"
                }
            ],
        "list": [{
                "param": "nzTitle",
                "intro": "提示文字",
                "type": "String",
                "defaultValue": "无"
            },
            {
                "param": "nzPlacement",
                "intro": "气泡框位置，可选 top left right bottom topLeft topRight bottomLef tbottomRight leftTop leftBottom rightTop rightBottom",
                "type": "String",
                "defaultValue": "top"
            },
            {
                "param": "nzTemplate",
                "intro": "气泡内容，在Tooltip中会覆盖掉nzTitle的内容",
                "type": "ng-template",
                "defaultValue": ""
            },
            {
                "param": "nzVisible",
                "intro": "用于手动控制浮层显隐 双向绑定",
                "type": "Boolean",
                "defaultValue": "false"
            },
            {
                "param": "nzVisibleChange",
                "intro": "显示隐藏的回调",
                "type": "EventEmitter",
                "defaultValue": "无"
            },
            {
                "param": "nzTrigger",
                "intro": "触发行为，可选 hover/focus/click",
                "type": "String",
                "defaultValue": "hover"
            },
            {
                "param": "nzOverlayClassName",
                "intro": "卡片类名",
                "type": "String",
                "defaultValue": "无"
            },
            {
                "param": "nzOverlayStyle",
                "intro": "卡片样式",
                "type": "object",
                "defaultValue": "无"
            },
            {
                "param": "nzMouseEnterDelay",
                "intro": "鼠标移入后延时多少才显示 Tooltip，单位：秒（nzTrigger='hover'时有效）",
                "type": "number",
                "defaultValue": "0"
            },
            {
                "param": "nzMouseEnterDelay",
                "intro": "鼠标移出后延时多少才隐藏 Tooltip，单位：秒（nzTrigger='hover'时有效）",
                "type": "number",
                "defaultValue": "0.1"
            }]
        }
    }]
}