Skip to content

Interface: TabRoute#

Hierarchy#

TabRoute

Index#

Properties#

Properties#

Optional children#

children? : function | React.ReactNode

Inherited from PageRegistration.children

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


Optional component#

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

Inherited from PageRegistration.component

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


Optional exact#

exact? : boolean

Inherited from PageRegistration.exact

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


Optional location#

location? : Location

Inherited from PageRegistration.location

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


Optional path#

path? : string | string[]

Inherited from PageRegistration.path

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


Optional render#

render? : function

Inherited from PageRegistration.render

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

Inherited from PageRegistration.sensitive

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


Optional strict#

strict? : boolean

Inherited from PageRegistration.strict

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


title#

title: React.ReactNode

Defined in src/renderer/components/layout/tab-layout.tsx:11


url#

url: string

Defined in src/renderer/components/layout/tab-layout.tsx:12