MonadButton

trait MonadButton extends EventSource

MonadButton represents an EventSource that emit custom events when pressed.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def button: Button
Returns:

the associated html button.

Inherited methods

def events: Observable[Event]
Returns:

an observable that allow to receive all the Event emitted by the EventSource.

Inherited from:
EventSource