Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
WizardComponentType
Interface WizardComponentType
Public
interface
WizardComponentType
{
new WizardComponentType
new
(
props
:
WizardProps
,
context
?:
any
)
:
Component
<
WizardProps
,
any
,
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 full
)
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
Wizard
Component
Type
(
props
,
context
?
)
:
Component
<
WizardProps
,
any
,
any
>
Parameters
props
:
WizardProps
Optional
context
:
any
Returns
Component
<
WizardProps
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Content
Content
:
WizardContentComponentType
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
WizardProps
>
Optional
display
Name
display
Name
?:
string
Footer
Footer
:
WizardFooterComponentType
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
WizardProps
,
any
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
WizardProps
,
any
>
Navigation
Navigation
:
WizardNavigationComponentType
Optional
prop
Types
prop
Types
?:
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
Юниверс MDM SDK UI
Loading...
Public