toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-dom
/
react.dom.client
/
RootOptions
Root
Options
external
interface
RootOptions
(
source
)
Members
Properties
identifier
Prefix
Link copied to clipboard
abstract
val
identifierPrefix
:
String
?
Prefix for
useId
.
on
Caught
Error
Link copied to clipboard
abstract
val
onCaughtError
:
ErrorHandler
<
CaughtErrorInfo
>
?
on
Recoverable
Error
Link copied to clipboard
abstract
val
onRecoverableError
:
ErrorHandler
<
RecoverableErrorInfo
>
?
on
Uncaught
Error
Link copied to clipboard
abstract
val
onUncaughtError
:
ErrorHandler
<
UncaughtErrorInfo
>
?