Framework
Version

ToMaskOptions type

The ToMaskOptions type extends the ToOptions type and describes additional options available when using route masks.

tsx
type ToMaskOptions = ToOptions & {
  unmaskOnReload?: boolean
}
type ToMaskOptions = ToOptions & {
  unmaskOnReload?: boolean
}
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.