Packages

package emitter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class EventPropTransformation[Ev <: Event, V] extends AnyRef

    This class represents a set of transformations that can be applied to events feeding into an EventPropBinder EventPropTransformation-s are immutable, so can be reused by multiple setters.

    This class represents a set of transformations that can be applied to events feeding into an EventPropBinder EventPropTransformation-s are immutable, so can be reused by multiple setters.

    Example syntax: input(onChange().preventDefault.mapTo(true) --> myBooleanWriteBus)

    Note: Params are protected to avoid confusing autocomplete options (e.g. "useCapture")

Value Members

  1. object EventPropTransformation

Ungrouped