PartialMultiAttribute

zio.http.template2.Dom.PartialMultiAttribute
final case class PartialMultiAttribute(name: String, separator: AttributeSeparator = ...)

Partial multi-value attribute that needs values (like class := ("foo", "bar"))

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def :=(values: String*): CompleteAttribute
def apply(values: String*): CompleteAttribute

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product