Framework
HmrRouteInfo
Interface: HmrRouteInfo
Route info for HMR events. Groups handlers by namespace and route type.
Properties
| Property | Type | Description |
|---|---|---|
handlers | HmrHandlerInfo[] | Handlers affected within this route |
namespace | string | Plugin namespace (e.g., 'server', 'discordjs') |
route | string | Route type (e.g., 'api', 'commands', 'events') |
