FetcherWithComponents

sealed external interface FetcherWithComponents<TData> : Fetcher<TData> (source)

Properties

Link copied to clipboard
Link copied to clipboard
abstract var load: (href: String, opts: FetcherWithComponentsLoadOpts?) -> Unit
Link copied to clipboard