Dom

zio.http.template.Dom
See theDom companion trait
object Dom

Attributes

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

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def attr(name: CharSequence, value: CharSequence): Dom
def element(name: CharSequence, children: Dom*): Dom
def empty: Dom
def raw(raw: CharSequence): Dom
def text(data: CharSequence): Dom