Package

sri.universal

router

Permalink

package router

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. router
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DynamicPage[T] extends Page

    Permalink
  2. type NavBarElementFunction = () ⇒ ReactElement

    Permalink
  3. final class NavigationAction extends AnyVal

    Permalink
  4. abstract class NavigatorRoute extends Object

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  5. sealed trait Page extends AnyRef

    Permalink
  6. trait StaticPage extends Page

    Permalink
  7. case class UniversalRouteNotFound(page: StaticPage, action: NavigationAction = NavigationAction.REPLACE) extends Product with Serializable

    Permalink
  8. abstract class UniversalRouterComponent[P, S] extends ReactComponent[P, S]

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  9. abstract class UniversalRouterComponentJS[P <: ReactJSProps, S] extends ReactComponentJS[P, S]

    Permalink

    router component for JS props type //TODO why no trait support for @ScalaJSDefined too much copy paste :(

    router component for JS props type //TODO why no trait support for @ScalaJSDefined too much copy paste :(

    Annotations
    @RawJSType() @ScalaJSDefined()
  10. trait UniversalRouterConfig extends RouteDefinitions

    Permalink
  11. final class UniversalRouterCtrl extends AnyRef

    Permalink
  12. trait UniversalRouterModuleConfig extends RouteDefinitions

    Permalink

Value Members

  1. object NavigationAction

    Permalink
  2. object NavigatorRoute

    Permalink
  3. object UniversalRouter

    Permalink
  4. val routerContextTypes: Dictionary[Dynamic]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped