@k8slens/extensions / Exports / Renderer / Component / PageLayout
Class: 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#
• new PageLayout(props
, context
)
Deprecated
See
https://legacy.reactjs.org/docs/legacy-context.html
Parameters#
Name | Type |
---|---|
props |
SettingLayoutProps |
context |
any |
Inherited from#
Properties#
onEscapeKey#
• onEscapeKey: (evt
: KeyboardEvent
) => void
Type declaration#
▸ (evt
): void
Parameters#
Name | Type |
---|---|
evt |
KeyboardEvent |
Returns#
void
Inherited from#
defaultProps#
▪ Static
defaultProps: object
Inherited from#
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