Nested

works.iterative.ui.components.ComponentContext.Nested
case class Nested[Env](parent: ComponentContext[Env], prefixes: Seq[String]) extends ComponentContext[Env]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ComponentContext[Env]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
ComponentContext
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy override val messages: MessageCatalogue

Exports

Defined exports

def currentUser: Signal[Option[UserProfile]]
Exported from ComponentContext
Exported from ComponentContext
def runtime: Runtime[Env]
Exported from ComponentContext