跳到主要内容

poll-announce

<nav.poll-announce>

导航栏图标

Examples

Basic

Playground

Properties

NameDescriptionTypeDefaultRequired
pollEnabled

是否启用轮询

  • 启用时,将会不断轮询通知列表接口
  • 未启用时,通过 realTimeMessage 属性传入实时通知消息

注意:v2 构件 nav-legacy.poll-announce 该属性名称为 pollDisabled,但其实际意义却是 pollEnabled,因此在迁移时进行了重命名。

boolean
realTimeMessage

实时通知消息(通常通过 WebSocket 消息得到)

Message

Events

NameDescriptionEvent Detail
notification.close

通知框关闭后,调用忽略通知接口完成后触发

void
notification.open

轮询得到新的通知时触发。

void

Type references

Message

NameTypeRequiredDescription
titlestring
datastring
instanceIdstring