Events
const { on } = require('decorators')
class Events {
@on('ns__test')
static nsTest(param, runtime) {
// runtime.source === 'event' when fried from an event instance
}
}Last updated
Was this helpful?