INNER CODE UNIT · JavaScript
HydraEvent
pnxtech/hydra · events.js:7
class HydraEvent {
/**
* @return {string} config update event
* @static
*/
static get CONFIG_UPDATE_EVENT() {
return 'configUpdate';
}
/**
* @return {string} update message type
* @static
*/
static get UPDATE_MESSAGE_TYPE() {
return 'configRefresh';
}
}
module.exports = HydraEvent;