toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-router
/
react.router
/
NavigateProps
Navigate
Props
sealed
external
interface
NavigateProps
:
Props
(
source
)
Members
Properties
key
Link copied to clipboard
abstract
var
key
:
Key
?
relative
Link copied to clipboard
abstract
var
relative
:
RelativeRoutingType
?
replace
Link copied to clipboard
abstract
var
replace
:
Boolean
?
state
Link copied to clipboard
abstract
var
state
:
Any
?
to
Link copied to clipboard
abstract
var
to
:
To
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)