Framework
HmrCallback()
Type Alias: HmrCallback()
type HmrCallback = (context) => void | Promise<void>;Callback function for HMR event subscriptions.
Parameters
| Parameter | Type |
|---|---|
context | HmrEventContext |
Returns
void | Promise<void>
Robo.jstype HmrCallback = (context) => void | Promise<void>;Callback function for HMR event subscriptions.
| Parameter | Type |
|---|---|
context | HmrEventContext |
void | Promise<void>