UNPKG

sg-socket-constants

Version:
21 lines (13 loc) 304 B
/** * Events for observing * @namespace ObservingEvents */ 'use strict' // --- Observer -> Hub --- /** Observing start */ exports.START = 'sg:remote:start' /** Observing stop */ exports.STOP = 'sg:remote:stop' // --- Hub -> Observer --- /** Notify change */ exports.CHANGE = 'sg:remote:change'