Search
Preparing search index...
@universe-ee/sdk
Universe
Vendor
React
ClassicComponentClass
Interface ClassicComponentClass<P>
interface
ClassicComponentClass
<
P
=
{}
>
{
new
ClassicComponentClass
(
props
:
P
,
context
?:
any
,
)
:
ClassicComponent
<
P
,
any
>
;
new
ClassicComponentClass
(
props
:
P
,
context
?:
any
)
:
Component
<
P
,
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 Summary
)
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
ClassicComponentClass
(
props
:
P
,
context
?:
any
)
:
ClassicComponent
<
P
,
any
>
Parameters
props
:
P
Optional
context
:
any
Returns
ClassicComponent
<
P
,
any
>
new
ClassicComponentClass
(
props
:
P
,
context
?:
any
)
:
Component
<
P
,
any
>
Parameters
props
:
P
Optional
context
:
any
Returns
Component
<
P
,
any
>
Properties
Optional
child
Context
Types
childContextTypes
?:
ValidationMap
<
any
>
Optional
context
Type
contextType
?:
Context
<
any
>
Optional
context
Types
contextTypes
?:
ValidationMap
<
any
>
Optional
default
Props
defaultProps
?:
Partial
<
P
>
Optional
display
Name
displayName
?:
string
Optional
get
Derived
State
From
Error
getDerivedStateFromError
?:
GetDerivedStateFromError
<
P
,
any
>
Optional
get
Derived
State
From
Props
getDerivedStateFromProps
?:
GetDerivedStateFromProps
<
P
,
any
>
Optional
prop
Types
propTypes
?:
WeakValidationMap
<
P
>
Methods
Optional
get
Default
Props
getDefaultProps
()
:
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...