Framework
HmrSubscribeOptions
Options for filtering HMR events when subscribing.
| Property | Type | Description |
|---|
changeTypes? | ("change" | "add" | "remove")[] | Only receive events for these change types. If not specified, receives all change types. |
namespaces? | string[] | Only receive events for these namespaces. If not specified, receives all namespaces. |
routes? | string[] | Only receive events for these route types. If not specified, receives all routes. |