Location

tyrian.Location
See theLocation companion trait
object Location extends LocationPlatform

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Location.type

Members list

Type members

Classlikes

final case class External(locationDetails: LocationDetails) extends Location

Attributes

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

Attributes

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

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 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

Inherited 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

Inherited from:
LocationPlatform