EventAccess

korolev.Context$.EventAccess
trait EventAccess[F[_], S, M]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Access[F, S, M]
class MappedAccess[F, S1, SN, E]

Members list

Concise view

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.

Attributes