ResolutionWithProps

final case class ResolutionWithProps[P, Props](page: P, renderP: Props => VdomElement)

Result of the router resolving a URL and reaching a conclusion about what to render.

Value parameters:
page

Data representation (or command) of what will be drawn.

render

The render function provided by the rules and logic in RouterConfig.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def render()(implicit inline ev: Unit =:= Props): VdomElement

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product