Aria

object Aria extends AriaAttributes

Object used to provide Aria attribute syntax import tyrian.Aria.*

class Object
trait Matchable
class Any
Aria.type

Type members

Inherited classlikes

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

Value members

Inherited methods

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

Inherited fields