LogoRobo.js
Framework

HmrSubscribeOptions

Interface: HmrSubscribeOptions

Options for filtering HMR events when subscribing.

Properties

PropertyTypeDescription
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.

On this page