Skip to content

Interface: RouteProps#

Hierarchy#

  • RouteProps

PageRegistration

TabRoute

Index#

Properties#

Properties#

Optional children#

children? : function | React.ReactNode

Defined in node_modules/@types/react-router/index.d.ts:91


Optional component#

component? : React.ComponentType‹RouteComponentProps‹any›› | React.ComponentType‹any›

Defined in node_modules/@types/react-router/index.d.ts:89


Optional exact#

exact? : boolean

Defined in node_modules/@types/react-router/index.d.ts:93


Optional location#

location? : Location

Defined in node_modules/@types/react-router/index.d.ts:88


Optional path#

path? : string | string[]

Defined in node_modules/@types/react-router/index.d.ts:92


Optional render#

render? : function

Defined in node_modules/@types/react-router/index.d.ts:90

Type declaration:

▸ (props: RouteComponentProps‹any›): React.ReactNode

Parameters:

Name Type
props RouteComponentProps‹any›

Optional sensitive#

sensitive? : boolean

Defined in node_modules/@types/react-router/index.d.ts:94


Optional strict#

strict? : boolean

Defined in node_modules/@types/react-router/index.d.ts:95