JavaScript

object JavaScript
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class JBoolean(value: Boolean) extends JavaScript
case
object JNull extends JavaScript
final case
class JNumber(value: Double) extends JavaScript
final case
class JObject(subtype: Option[String], id: String) extends JavaScript
final case
class JString(value: String) extends JavaScript
final case
class JSymbol(id: String) extends JavaScript
case
object JUndefined extends JavaScript

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror