Location

tyrian.Location$
See theLocation companion trait
object Location

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class External(locationDetails: LocationDetails) extends Location

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any
final case class Internal(locationDetails: LocationDetails) extends Location

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Location
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromJsLocation(location: Location): Internal

Location instances created from JS Location's are assumed to be internal links.

Location instances created from JS Location's are assumed to be internal links.

Attributes

def fromUrl(url: String, currentLocation: Internal): Location

Construct a Location from a given url, decides internal / external based on comparison with currentLocation

Construct a Location from a given url, decides internal / external based on comparison with currentLocation

Attributes