toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
ReactElement
React
Element
sealed
external
interface
ReactElement
<
P
:
Props
>
:
ReactNode
(
source
)
Inheritors
ReactPortal
Members
Members & Extensions
Properties
key
Link copied to clipboard
abstract
val
key
:
Key
?
props
Link copied to clipboard
abstract
val
props
:
P
type
Link copied to clipboard
abstract
val
type
:
ElementType
<
P
>
Functions
as
Element
Or
Null
Link copied to clipboard
fun
ReactNode
.
asElementOrNull
(
)
:
ReactElement
<
*
>
?
as
String
Or
Null
Link copied to clipboard
fun
ReactNode
.
asStringOrNull
(
)
:
String
?