AriaAttributes

class Object
trait Matchable
class Any
object Aria.type

Type members

Classlikes

final class AttributeNameBoolean(name: String)
final class AttributeNameDouble(name: String)
final class AttributeNameInt(name: String)
final class AttributeNameString(name: String)
final class AttributeNameStyle(name: String)
final class PropertyNameBoolean(name: String)
final class PropertyNameDouble(name: String)
final class PropertyNameInt(name: String)
final class PropertyNameString(name: String)
final class PropertyNameStyle(name: String)

Value members

Concrete methods

def attribute(name: String, value: String): Attr[Nothing]
def attributes(as: (String, String)*): List[Attr[Nothing]]
def onEvent[E <: Event, M](name: String, msg: E => M): Attr[M]
def properties(ps: (String, String)*): List[Attr[Nothing]]
def property(name: String, value: String): Attr[Nothing]

Concrete fields