Skip to main content

Event Types


Event NameDescriptionParameters
errors.errorTriggers when automatic error handler has caught an error. Does not trigger when calling nexys.error() function.ErrorEvent
errors.unhandled.rejectionSame as above.PromiseRejectionEvent
log.addAny log has been added to logPool.logTypes
logs.clearLogs has been cleared from logPool.-
core.initNexys core has been initialized.-
logpool.processlogPool startes to process the logs.-
logpool.initlogPool has been initialized.-
requests.clearRequests has been cleared from logPool.-
request.sendingSending logPool to dashboard.data: any
request.successlogPool has been successfully sent to the dashboard.{ res: Response, json: any }
request.errorlogPool has not been sent to the dashboard.Error
request.addFailed request has been added to logPool.{ req, status, ts }: requestTypes
localstorage.initlocalStorage has been initialized.-
internallogger.initInternalLogger has been initialized.-
device.initDevice has been initialized.-
events.bind.successBinding automatic error handler is successful.-
events.bind.failedBinding automatic error handler is failed.-
config.userUser has been configured.data?: string
config.app.versionApp version has been configured.data?: string
visibility.changeUser has changed visibility. See this documentation.Event
clickUser has clicked on the document.ClickEvent