prism-event-bus:Polymer Web组件提供紧凑的事件总线,可简化元素之间的通信

时间:2024-06-16 06:25:54
【文件属性】:

文件名称:prism-event-bus:Polymer Web组件提供紧凑的事件总线,可简化元素之间的通信

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-16 06:25:54

HTML

<棱镜事件总线> 是元素,提供紧凑的事件总线,可简化元素之间的通信。 用法 注册元素 // Register element with all event types PrismEventBus . register ( this ) ; // Register element with scoped types PrismEventBus . register ( this , [ 'talk' , 'walk' ] ) ; // Unregister element if destroied or something PrismEventBus . unregister ( this ) ; // Remove registered event type PrismEventBus . unregister ( this , [ 'walk' ]


【文件预览】:
prism-event-bus-master
----.gitignore(51B)
----README.md(1KB)
----test()
--------prism-event-bus_test.html(2KB)
----polymer.json(59B)
----LICENSE(1KB)
----bower.json(541B)
----package.json(672B)
----prism-event-bus.js(10KB)
----prism-event-bus.html(12KB)
----index.html(446B)
----demo()
--------talk-box.html(5KB)
--------index.html(1KB)

网友评论