Skip to content

Interface: PageRegistration#

Hierarchy#

PageRegistration

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 className#

className? : IClassName

Defined in src/extensions/registries/page-registry.ts:11


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


components#

components: PageComponents

Defined in src/extensions/registries/page-registry.ts:16


Optional exact#

exact? : boolean

Inherited from PageRegistration.exact

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


Optional hideInMenu#

hideInMenu? : boolean

Defined in src/extensions/registries/page-registry.ts:14


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


Optional subPages#

subPages? : PageRegistration & TabRoute[]

Defined in src/extensions/registries/page-registry.ts:15


Optional title#

title? : React.ReactNode

Defined in src/extensions/registries/page-registry.ts:13


Optional url#

url? : string

Defined in src/extensions/registries/page-registry.ts:12