ReactiveElement

Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Base = ReactiveElement[Element]

Value members

Concrete methods

@inline
def bindBus[V](element: Base, eventStream: EventStream[V])(writeBus: WriteBus[V]): DynamicSubscription
@inline
def bindCallback[El <: Base](element: El)(activate: MountContext[El] => Unit): DynamicSubscription
@inline
def bindFn[V](element: Base, observable: Observable[V])(onNext: V => Unit): DynamicSubscription
@inline
def bindObserver[V](element: Base, observable: Observable[V])(observer: Observer[V]): DynamicSubscription
@inline
def bindSink[V](element: Base, observable: Observable[V])(sink: Sink[V]): DynamicSubscription
@inline
def bindSubscription[El <: Base](element: El)(subscribe: MountContext[El] => Subscription): DynamicSubscription
def isActive(element: Base): Boolean
def numDynamicSubscriptions(element: Base): Int

You should not need this, we're just exposing this for testing.

You should not need this, we're just exposing this for testing.