WithFallbackF
japgolly.scalajs.react.extra.router.RoutingRule$.WithFallbackF
final case class WithFallbackF[F[_], Page, Props](rule: RoutingRule[Page, Props], fallbackPath: Page => Path, fallbackAction: (Path, Page) => ActionF[F, Page, Props])(implicit F: Sync[F])
Exhaustive routing rules. For all Page
s there are Path
s and Action
s.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article