ResolutionWithProps

japgolly.scalajs.react.extra.router.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.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product