Element

zio.http.template2.Dom.Element
See theElement companion trait
object Element

Attributes

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

Members list

Type members

Classlikes

final case class Generic(tag: String, attributes: Map[String, AttributeValue] = ..., children: Vector[Dom] = ...) extends Element

Generic HTML element

Generic HTML element

Attributes

Supertypes
trait Element
trait Dom
trait Modifier
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Script(attributes: Map[String, AttributeValue] = ..., children: Vector[Dom] = ...) extends Element

Script element with specialized methods for JavaScript

Script element with specialized methods for JavaScript

Attributes

Supertypes
trait Element
trait Dom
trait Modifier
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Style(attributes: Map[String, AttributeValue] = ..., children: Vector[Dom] = ...) extends Element

Style element with specialized methods for CSS

Style element with specialized methods for CSS

Attributes

Supertypes
trait Element
trait Dom
trait Modifier
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

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

Implicits

Implicits

implicit def toCssSelector(partialElement: Element): CssSelector