BuildInterface

japgolly.scalajs.react.extra.router.RouterConfigDsl$.BuildInterface
class BuildInterface[Page, Props]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buildConfig(f: RouterConfigDsl[Page, Props] => RouterWithPropsConfig[Page, Props]): RouterWithPropsConfig[Page, Props]
def buildRule(f: RouterConfigDsl[Page, Props] => RoutingRule[Page, Props]): RoutingRule[Page, Props]
def use[A](f: RouterConfigDsl[Page, Props] => A): A