LogoRobo.js
Framework

HmrHandlerInfo

Interface: HmrHandlerInfo

Handler info for routes affected by HMR.

Properties

PropertyTypeDescription
keystringHandler key (e.g., 'ping', 'users/[id]')
pathstringPath to the compiled handler file
plugin?{ name: string; version: string; }Plugin that provides this handler, if any
plugin.namestring-
plugin.versionstring-

On this page