Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tanstack-router-core
/
tanstack.router.core
/
Redirect
Redirect
external
interface
Redirect
:
Response
,
JsErrorLike
(
source
)
Members
Properties
body
Link copied to clipboard
open
val
body
:
ReadableStream
<
Uint8Array
<
ArrayBuffer
>
>
?
body
Used
Link copied to clipboard
open
val
bodyUsed
:
Boolean
headers
Link copied to clipboard
val
headers
:
Headers
ok
Link copied to clipboard
val
ok
:
Boolean
options
Link copied to clipboard
abstract
val
options
:
NavigateOptions
redirected
Link copied to clipboard
val
redirected
:
Boolean
redirect
Handled
Link copied to clipboard
abstract
val
redirectHandled
:
Boolean
?
status
Link copied to clipboard
val
status
:
Short
status
Text
Link copied to clipboard
val
statusText
:
String
type
Link copied to clipboard
val
type
:
ResponseType
url
Link copied to clipboard
val
url
:
String
Functions
array
Buffer
Async
Link copied to clipboard
open
fun
arrayBufferAsync
(
)
:
Promise
<
ArrayBuffer
>
blob
Async
Link copied to clipboard
open
fun
blobAsync
(
)
:
Promise
<
Blob
>
bytes
Async
Link copied to clipboard
open
fun
bytesAsync
(
)
:
Promise
<
Uint8Array
<
ArrayBuffer
>
>
clone
Link copied to clipboard
fun
clone
(
)
:
Response
form
Data
Async
Link copied to clipboard
open
fun
formDataAsync
(
)
:
Promise
<
FormData
>
json
Async
Link copied to clipboard
open
fun
jsonAsync
(
)
:
Promise
<
*
>
text
Async
Link copied to clipboard
open
fun
textAsync
(
)
:
Promise
<
JsString
>