LoaderFunction

sealed external interface LoaderFunction<Context> : LoaderLike(source)

Route loader function signature

Properties

Link copied to clipboard
abstract var hydrate: Boolean?

Functions

Link copied to clipboard
abstract operator fun invoke(args: LoaderFunctionArgs<Context>, handlerCtx: Any? = definedExternally): DataFunctionReturnValue