Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-router
/
react.router.dom
/
FetcherWithComponents
Fetcher
With
Components
sealed
external
interface
FetcherWithComponents
<
TData
>
:
Fetcher
<
TData
>
(
source
)
Members
Properties
Form
Link copied to clipboard
abstract
var
Form
:
FC
<
FetcherFormProps
>
load
Link copied to clipboard
abstract
var
load
:
(
href
:
String
,
opts
:
FetcherWithComponentsLoadOpts
?
)
->
Unit
submit
Link copied to clipboard
abstract
var
submit
:
FetcherSubmitFunction