toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-router-dom
/
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
:
ForwardRefExoticComponent
<
FetcherFormProps
>
load
Link copied to clipboard
abstract
var
load
:
(
href
:
String
,
opts
:
FetcherWithComponentsLoadOpts
?
)
->
Unit
submit
Link copied to clipboard
abstract
var
submit
:
FetcherSubmitFunction