LazyRoute
kreuzberg.extras.Route.LazyRoute
case class LazyRoute[S](pathCodec: PathCodec[S], eagerTitle: S => String, routingTarget: S => AssemblerContext ?=> Effect[RoutingTarget]) extends Route
A Lazy route which fetches data.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Routeclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
The state of which the route depends of.
The state of which the route depends of.
Attributes
Value members
Concrete methods
Returns true if the route can handle a given path.
Title displayed while loading.
Execute the route, can load lazy.
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Directly encode a state into a path.
In this article