toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-remix-run-router
/
remix.run.router
/
CreateStaticHandlerOptions
Create
Static
Handler
Options
sealed
external
interface
CreateStaticHandlerOptions
(
source
)
Members
Properties
basename
Link copied to clipboard
abstract
var
basename
:
String
?
detect
Error
Boundary
Link copied to clipboard
abstract
var
detectErrorBoundary
:
DetectErrorBoundaryFunction
?
future
Link copied to clipboard
abstract
var
future
:
StaticHandlerFutureConfig
?
map
Route
Properties
Link copied to clipboard
abstract
var
mapRouteProperties
:
MapRoutePropertiesFunction
?