Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
WizardComponentType
Interface WizardComponentType
Public
interface
WizardComponentType
{
new
WizardComponentType
(
props
:
WizardProps
,
context
?:
any
,
)
:
Component
<
WizardProps
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
Content
:
WizardContentComponentType
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
WizardProps
>
;
displayName
?:
string
;
Footer
:
WizardFooterComponentType
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
WizardProps
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
WizardProps
,
any
>
;
Navigation
:
WizardNavigationComponentType
;
propTypes
?:
WeakValidationMap
<
WizardProps
>
;
}
Hierarchy (
View Summary
)
ComponentClass
<
WizardProps
>
WizardComponentType
Index
Constructors
constructor
Properties
child
Context
Types?
Content
context
Type?
context
Types?
default
Props?
display
Name?
Footer
get
Derived
State
From
Error?
get
Derived
State
From
Props?
Navigation
prop
Types?
Constructors
constructor
new
WizardComponentType
(
props
:
WizardProps
,
context
?:
any
,
)
:
Component
<
WizardProps
,
any
>
Parameters
props
:
WizardProps
Optional
context
:
any
Returns
Component
<
WizardProps
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Content
Content
:
WizardContentComponentType
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
WizardProps
>
Optional
display
Name
displayName
?:
string
Footer
Footer
:
WizardFooterComponentType
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
WizardProps
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
WizardProps
,
any
>
Navigation
Navigation
:
WizardNavigationComponentType
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
WizardProps
>
On This Page
Constructors
constructor
Properties
child
Context
Types
Content
context
Type
context
Types
default
Props
display
Name
Footer
get
Derived
State
From
Error
get
Derived
State
From
Props
Navigation
prop
Types
Юниверс DG SDK UI
Loading...
Public