toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
RComponentClassStatics
RComponent
Class
Statics
external
interface
RComponentClassStatics
<
P
:
Props
,
S
:
State
,
C
:
Context
<
*
>
?
>
(
source
)
Inheritors
ComponentClass
RStatics
Members
Properties
context
Type
Link copied to clipboard
abstract
var
contextType
:
C
default
Props
Link copied to clipboard
abstract
var
defaultProps
:
P
?
display
Name
Link copied to clipboard
abstract
var
displayName
:
String
?
get
Derived
State
From
Error
Link copied to clipboard
abstract
var
getDerivedStateFromError
:
(
Throwable
)
->
S
?
?
get
Derived
State
From
Props
Link copied to clipboard
abstract
var
getDerivedStateFromProps
:
(
P
,
S
)
->
S
?
?