WithoutProps

oxygen.ui.web.create.Component.WithoutProps
See theWithoutProps companion object
sealed trait WithoutProps[-Env, +Action, -StateGet, +StateSet <: StateGet]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Stateful[Env, Action, State]
trait Stateless[Env, Action]

Members list

Value members

Abstract methods

def apply(): PWidget[Env, Action, StateGet, StateSet]