MapElem

object MapElem
Companion:
class
class Object
trait Matchable
class Any
MapElem.type

Type members

Classlikes

final class Sized extends MapElem
Companion:
object
object Sized
Companion:
class
@implicitNotFound("Key type must be either `String` or a subtype of `Dom.Element`, not `${T}`")
sealed trait StringOrElem[T]
final class Unsized extends MapElem
Companion:
object
object Unsized
Companion:
class

Implicits

Implicits

implicit def stringStringOrElem: StringOrElem[String]