UNPKG

diffusion

Version:

Diffusion JavaScript client

10 lines (8 loc) 260 B
function TopicNotificationEvent(cid, topicPath, type, specification) { this.cid = cid; this.path = topicPath; this.type = type; this.specification = specification; this.isDescendantEvent = false; } module.exports = TopicNotificationEvent;