zio.http.template2.Dom.AttributeValue
See theAttributeValue companion trait
object AttributeValue
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
AttributeValue.type
Members list
Type members
Classlikes
object BooleanValue
Attributes
- Companion
- trait
- Supertypes
- Self type
-
BooleanValue.type
sealed trait BooleanValue extends AttributeValue, Serializable
Attributes
- Companion
- object
- Supertypes
-
trait AttributeValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class JsValue(js: Js) extends AttributeValue
Attributes
- Supertypes
-
trait AttributeValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class MultiValue(values: Vector[String], separator: AttributeSeparator) extends AttributeValue
Multi-value attribute support for attributes like class, style, etc.
Multi-value attribute support for attributes like class, style, etc.
Attributes
- Supertypes
-
trait AttributeValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class StringValue(value: String) extends AttributeValue
Attributes
- Supertypes
-
trait AttributeValuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Implicits
Implicits
In this article