zio.http.template2.Dom
See theDom companion trait
object Dom
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
-
class BooleanAttributeclass CompleteAttribute
object AttributeValue
Attributes
- Companion
- trait
- Supertypes
- Self type
-
AttributeValue.type
sealed trait AttributeValue extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
final case class BooleanAttribute(name: String, enabled: Boolean = ...) extends Attribute
final case class CompleteAttribute(name: String, value: AttributeValue) extends Attribute, CssSelectable
Complete attribute with name and value
Complete attribute with name and value
Attributes
- Supertypes
-
trait CssSelectabletrait Attributetrait Modifiertrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Element
sealed trait Element extends Dom, CssSelectable
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def multiAttr(name: String, values: Iterable[String], separator: AttributeSeparator = ...): CompleteAttribute
In this article