case class PathParts(segments: Seq[String], hash: Option[String], search: Option[String], pathname: String) extends Product with Serializable
Specification of a specific set of information for routing. This one is mostly based on the DOM but its contents can be generically used in most cases.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PathParts
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected