EventAccess

trait EventAccess[F[_], S, M]
class Object
trait Matchable
class Any
trait Access[F, S, M]
class MappedAccess[F, S1, SN, E]

Value members

Abstract methods

def eventData: F[String]

Gives json with string, number and boolean fields of object of the event happened in current render phase. Note that is expensive operation which requires network round trip.

Gives json with string, number and boolean fields of object of the event happened in current render phase. Note that is expensive operation which requires network round trip.