io.laminext.core.binders

Members list

Type members

Classlikes

abstract class BinderWithStartStop[-El <: Base] extends Binder[El]

Attributes

Supertypes
trait Binder[El]
trait Modifier[El]
class Object
trait Matchable
class Any
Known subtypes
class MutationObserverBinder[El <: ReactiveElement[HTMLElement]](onNext: Seq[MutationRecord] => Unit, options: MutationObserverInit) extends BinderWithStartStop[El]

Attributes

Supertypes
trait Binder[El]
trait Modifier[El]
class Object
trait Matchable
class Any
Show all
class ResizeObserverBinder[El <: ReactiveElement[Element]](onNext: ResizeObserverEntry => Unit, options: UndefOr[ResizeObserverOptions]) extends BinderWithStartStop[El]

Attributes

Supertypes
trait Binder[El]
trait Modifier[El]
class Object
trait Matchable
class Any
Show all
class SetTimeoutBinder[T, El <: Base](value: T, timeout: FiniteDuration, onNext: T => Unit) extends BinderWithStartStop[El]

Attributes

Supertypes
trait Binder[El]
trait Modifier[El]
class Object
trait Matchable
class Any
Show all