ComponentWithProps

oxygen.ui.web.PWidget.ComponentWithProps
final case class ComponentWithProps[-Env, +Action, -StateGet, +StateSet <: StateGet, P](component: WithProps[Env, Action, StateGet, StateSet] { type Props = P; }, props: P) extends PWidget[Env, Action, StateGet, StateSet]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, StateGet, StateSet]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product