LogoRobo.js
Framework

HmrRouteInfo

Interface: HmrRouteInfo

Route info for HMR events. Groups handlers by namespace and route type.

Properties

PropertyTypeDescription
handlersHmrHandlerInfo[]Handlers affected within this route
namespacestringPlugin namespace (e.g., 'server', 'discordjs')
routestringRoute type (e.g., 'api', 'commands', 'events')

On this page