tyrian.htmx

package tyrian.htmx

Members list

Type members

Classlikes

enum Event(val name: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Html extends HtmxAttributes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Html.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Html.type
enum Modifier(val name: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case Delay
case From
case Target
case Throttle
case Queue
case Root
case Threshold
Show all
enum QueueType(val name: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Trigger(event: Event, filter: Option[String], modifiers: List[Modifier])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Trigger

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Trigger.type