Class: WizardStep<D>#
Type parameters#
| Name |
|---|
D |
Hierarchy#
Component<WizardStepProps<D>,WizardStepState>
↳ WizardStep
Table of contents#
Constructors#
Properties#
Methods#
Constructors#
constructor#
• new WizardStep<D>(props)
Type parameters#
| Name |
|---|
D |
Parameters#
| Name | Type |
|---|---|
props |
WizardStepProps<D> | Readonly<WizardStepProps<D>> |
Inherited from#
React.Component<WizardStepProps<D>, WizardStepState>.constructor
• new WizardStep<D>(props, context)
Deprecated
See
https://reactjs.org/docs/legacy-context.html
Type parameters#
| Name |
|---|
D |
Parameters#
| Name | Type |
|---|---|
props |
WizardStepProps<D> |
context |
any |
Inherited from#
React.Component<WizardStepProps<D>, WizardStepState>.constructor
Properties#
next#
• next: () => void
Type declaration#
▸ (): void
Returns#
void
prev#
• prev: () => void
Type declaration#
▸ (): void
Returns#
void
state#
• state: WizardStepState
Overrides#
React.Component.state
submit#
• submit: DebouncedFunc<() => void>
defaultProps#
▪ Static defaultProps: WizardStepProps<any>
Methods#
componentWillUnmount#
▸ componentWillUnmount(): void
Returns#
void
Overrides#
React.Component.componentWillUnmount
keyDown#
▸ keyDown(evt): void
Parameters#
| Name | Type |
|---|---|
evt |
KeyboardEvent<HTMLElement> |
Returns#
void
render#
▸ render(): null | Element
Returns#
null | Element
Overrides#
React.Component.render
renderLoading#
▸ renderLoading(): Element
Returns#
Element