Skip to content

@k8slens/extensions / Exports / Renderer / Component / WizardLayout

Class: WizardLayout#

Renderer.Component.WizardLayout

Hierarchy#

WizardLayout

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

new WizardLayout(props)

Parameters#

Name Type
props WizardLayoutProps | Readonly<WizardLayoutProps>

Inherited from#

React.Component<WizardLayoutProps>.constructor

new WizardLayout(props, context)

Deprecated

See

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

Parameters#

Name Type
props WizardLayoutProps
context any

Inherited from#

React.Component<WizardLayoutProps>.constructor

Methods#

render#

render(): Element

Returns#

Element

Overrides#

React.Component.render