Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RouteProps
    • RouterProps

Index

Properties

Optional children

children: ((props: RouteChildrenProps<any>) => React.ReactNode) | React.ReactNode

Optional component

component: React.ComponentType<RouteComponentProps<any>> | React.ComponentType<any>

Optional data-qa

data-qa: undefined | string

Data-qa tag to apply to the default component route

defaultComponent

defaultComponent: Route

The component and route that should be rendered by default (root path and fallback)

Optional exact

exact: undefined | false | true

Optional location

location: H.Location

Optional otherComponents

otherComponents: Route[]

Additional routes to render other than the default component

Optional path

path: string | string[]

Optional render

render: undefined | ((props: RouteComponentProps<any>) => React.ReactNode)

Optional sensitive

sensitive: undefined | false | true

Optional strict

strict: undefined | false | true

Generated using TypeDoc