Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncRouterProps<TOnReadyArgs>

Type parameters

  • TOnReadyArgs

Hierarchy

  • AsyncRouterProps

Index

Methods

getLocationKey

  • getLocationKey(location: Location): string

onInitialPageReady

  • onInitialPageReady(): void

onNavigationDone

  • onNavigationDone(): void

onNavigationStart

  • onNavigationStart(): void

onReady

  • onReady(args: TOnReadyArgs): void

renderLayout

  • renderLayout(children: ReactNode[]): ReactElement<any, string | JSXElementConstructor<any>>

renderRoutes

  • renderRoutes(location: Location): ReactNode

Generated using TypeDoc