Skip to content

@k8slens/extensions

Globals / "src/renderer/components/layout/tab-layout" / TabRoute

Interface: TabRoute#

Hierarchy#

  • RouteProps

TabRoute

Index#

Properties#

Properties#

children#

Optional children: (props: RouteChildrenProps\) => React.ReactNode | React.ReactNode

Inherited from TabRoute.children

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


component#

Optional component: React.ComponentType\> | React.ComponentType\

Inherited from TabRoute.component

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


exact#

Optional exact: boolean

Inherited from TabRoute.exact

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


location#

Optional location: Location

Inherited from TabRoute.location

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


path#

Optional path: string | string[]

Inherited from TabRoute.path

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


render#

Optional render: (props: RouteComponentProps\) => React.ReactNode

Inherited from TabRoute.render

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


sensitive#

Optional sensitive: boolean

Inherited from TabRoute.sensitive

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


strict#

Optional strict: boolean

Inherited from TabRoute.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


Last update: November 10, 2020