final case classAMenuPath(pathItem: String) extends MenuPath with Product with Serializable
Defines a single path element for a Menu's Link URI. Typically users will
not utilize this case class, but will use the WithSlash trait's "/" method
that takes Strings.
Linear Supertypes
Serializable, Serializable, Product, Equals, MenuPath, AnyRef, Any
Defines a single path element for a Menu's Link URI. Typically users will not utilize this case class, but will use the WithSlash trait's "/" method that takes Strings.