toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-core
/
react
/
ReactPortal
React
Portal
sealed
external
interface
ReactPortal
:
ReactElement
<
Props
>
(
source
)
Members
Members & Extensions
Properties
children
Link copied to clipboard
abstract
val
children
:
ReactNode
?
key
Link copied to clipboard
abstract
val
key
:
Key
?
props
Link copied to clipboard
abstract
val
props
:
Props
type
Link copied to clipboard
abstract
val
type
:
ElementType
<
Props
>
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
?