Skip to content

@k8slens/extensions / Exports / Renderer / Component / PageLayout

Class: PageLayout#

Renderer.Component.PageLayout

PageLayout is deprecated. See MainLayout & SettingLayout

Deprecated

Hierarchy#

PageLayout

Table of contents#

Constructors#

Properties#

Methods#

Constructors#

constructor#

new PageLayout(props)

Parameters#

Name Type
props SettingLayoutProps | Readonly<SettingLayoutProps>

Inherited from#

SettingLayout.constructor

new PageLayout(props, context)

Deprecated

See

https://legacy.reactjs.org/docs/legacy-context.html

Parameters#

Name Type
props SettingLayoutProps
context any

Inherited from#

SettingLayout.constructor

Properties#

onEscapeKey#

onEscapeKey: (evt: KeyboardEvent) => void

Type declaration#

▸ (evt): void

Parameters#
Name Type
evt KeyboardEvent
Returns#

void

Inherited from#

SettingLayout.onEscapeKey


defaultProps#

Static defaultProps: object

Inherited from#

SettingLayout.defaultProps

Methods#

componentDidMount#

componentDidMount(): Promise<void>

Returns#

Promise<void>

Inherited from#

SettingLayout.componentDidMount


componentWillUnmount#

componentWillUnmount(): void

Returns#

void

Inherited from#

SettingLayout.componentWillUnmount


render#

render(): Element

Returns#

Element

Inherited from#

SettingLayout.render