remix/ui · Type

View Source

NavigationOptions

Summary

Options for client-side frame-aware navigation.

Signature

type NavigationOptions = {
  history?: 'push' | 'replace'
  resetScroll?: boolean
  src?: string
  target?: string
}