Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.navigation
/
NavigationDestination
Navigation
Destination
interface
NavigationDestination
(
source
)
MDN Reference
Members
Properties
id
Link copied to clipboard
abstract
val
id
:
String
MDN Reference
index
Link copied to clipboard
abstract
val
index
:
Int
MDN Reference
key
Link copied to clipboard
abstract
val
key
:
String
MDN Reference
same
Document
Link copied to clipboard
abstract
val
sameDocument
:
Boolean
MDN Reference
url
Link copied to clipboard
abstract
val
url
:
String
MDN Reference
Functions
get
State
Link copied to clipboard
abstract
fun
getState
(
)
:
JsAny
?
MDN Reference