Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Vendor
React
ClassicComponentClass
Interface ClassicComponentClass<P>
interface
ClassicComponentClass
<
P
>
{
new ClassicComponentClass
new
(
props
:
P
,
context
?:
any
)
:
ClassicComponent
<
P
,
any
>
;
new ClassicComponentClass
new
(
props
:
P
,
context
?:
any
)
:
Component
<
P
,
any
,
any
>
;
childContextTypes
?:
ValidationMap
<
any
>
;
contextType
?:
Context
<
any
>
;
contextTypes
?:
ValidationMap
<
any
>
;
defaultProps
?:
Partial
<
P
>
;
displayName
?:
string
;
getDerivedStateFromError
?:
GetDerivedStateFromError
<
P
,
any
>
;
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
P
,
any
>
;
propTypes
?:
WeakValidationMap
<
P
>
;
getDefaultProps
?
(
)
:
P
;
}
Type Parameters
P
=
{}
Hierarchy (
view full
)
ComponentClass
<
P
>
ClassicComponentClass
Index
Constructors
constructor
Properties
child
Context
Types?
context
Type?
context
Types?
default
Props?
display
Name?
get
Derived
State
From
Error?
get
Derived
State
From
Props?
prop
Types?
Methods
get
Default
Props?
Constructors
constructor
new
Classic
Component
Class
(
props
,
context
?
)
:
ClassicComponent
<
P
,
any
>
Parameters
props
:
P
Optional
context
:
any
Returns
ClassicComponent
<
P
,
any
>
new
Classic
Component
Class
(
props
,
context
?
)
:
Component
<
P
,
any
,
any
>
Parameters
props
:
P
Optional
context
:
any
Returns
Component
<
P
,
any
,
any
>
Properties
Optional
child
Context
Types
child
Context
Types
?:
ValidationMap
<
any
>
Optional
context
Type
context
Type
?:
Context
<
any
>
Optional
context
Types
context
Types
?:
ValidationMap
<
any
>
Optional
default
Props
default
Props
?:
Partial
<
P
>
Optional
display
Name
display
Name
?:
string
Optional
get
Derived
State
From
Error
get
Derived
State
From
Error
?:
GetDerivedStateFromError
<
P
,
any
>
Optional
get
Derived
State
From
Props
get
Derived
State
From
Props
?:
GetDerivedStateFromProps
<
P
,
any
>
Optional
prop
Types
prop
Types
?:
WeakValidationMap
<
P
>
Methods
Optional
get
Default
Props
get
Default
Props
(
)
:
P
Returns
P
On This Page
Constructors
constructor
Properties
child
Context
Types
context
Type
context
Types
default
Props
display
Name
get
Derived
State
From
Error
get
Derived
State
From
Props
prop
Types
Methods
get
Default
Props
Юниверс MDM SDK UI
Loading...