RouterWithProps

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], Page, Props](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Props]): RouterWithPropsF[F, Page, Props]
def componentAndCtl[F[_], Page, Props](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Props]): (RouterWithPropsF[F, Page, Props], RouterCtlF[F, Page])
def componentAndLogic[F[_], Page, Props](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Props]): (RouterWithPropsF[F, Page, Props], RouterLogicF[F, Page, Props])
def componentUnbuilt[F[_], Page, Props](baseUrl: BaseUrl, cfg: RouterWithPropsConfigF[F, Page, Props]): LastStep[Props, None, ResolutionWithProps[Page, Props], OnUnmountF[F], Some[Unit]]
def componentUnbuiltC[F[_], Page, Props](cfg: RouterWithPropsConfigF[F, Page, Props], lgc: RouterLogicF[F, Page, Props]): LastStep[Props, None, ResolutionWithProps[Page, Props], OnUnmountF[F], Some[Unit]]