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
/
FilebaseRouteOptions
Filebase
Route
Options
sealed
external
interface
FilebaseRouteOptions
(
source
)
Inheritors
RootRouteOptions
RouteOptions
Members
Properties
before
Load
Link copied to clipboard
abstract
val
beforeLoad
:
(
options
:
BeforeLoadContextOptions
)
->
PromiseResult
<
Context
?
>
?
?
context
Link copied to clipboard
abstract
val
context
:
(
options
:
RouteContextOptions
)
->
Context
?
?
loader
Link copied to clipboard
abstract
val
loader
:
(
options
:
LoaderFnContext
)
->
PromiseResult
<
LoaderData
?
>
?
loader
Deps
Link copied to clipboard
abstract
val
loaderDeps
:
(
options
:
FullSearchSchemaOption
)
->
LoaderDeps
?
?
remount
Deps
Link copied to clipboard
abstract
val
remountDeps
:
(
options
:
RemountDepsOptions
)
->
Unit
?
should
Reload
Link copied to clipboard
abstract
val
shouldReload
:
(
context
:
LoaderFnContext
)
->
Boolean
?
?
ssr
Link copied to clipboard
abstract
val
ssr
:
(
options
:
SsrContextOptions
)
->
PromiseResult
<
SSROption
?
>
?
validate
Search
Link copied to clipboard
abstract
val
validateSearch
:
(
Search
)
->
Search
?