CUI/SolidJs
预览
  • CUI-Admin
    权限管理开发平台

Notice 通知

代码演示

属性

属性说明类型默认值
style自定义样式Object
key消息的标识,调用close可根据key进行关闭string
duration显示时间,为0时不销毁number4
dock通知弹出的位置topRight | topLeft | bottomLeft | bottomRighttopRight
content内容JSXElement
title标题string | JSXElement
icon图标JSXElement
closeIcon自定义关闭按钮JSXElement
theme主题success | warning | error | info
btn按钮JSXElement
onClose关闭回调函数Function

事件

事件名称说明返回值
onClose关闭回调函数