HtmxAttributes

tyrian.htmx.HtmxAttributes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Html.type

Members list

Type members

Classlikes

final class AttributeNameBoolean(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameDouble(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameInt(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameString(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameStyle(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameTrigger(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
final class AttributeNameTriggers(name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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