ComponentContext

works.iterative.ui.components.ComponentContext
See theComponentContext companion object
trait ComponentContext[+Env]

Context containing services needed in all parts of the application

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Nested[Env]

Members list

Value members

Abstract methods

def currentUser: Signal[Option[UserProfile]]
def messages: MessageCatalogue
def runtime: Runtime[Env]

Concrete methods

def nested(prefixes: String*): ComponentContext[Env]
def withPrefixes(prefixes: String*): ComponentContext[Env]