Modal

oxygen.ui.web.component.Modal
object Modal extends Decorable

Attributes

Graph
Supertypes
class Decorable
class Object
trait Matchable
class Any
Self type
Modal.type

Members list

Type members

Classlikes

case object Close

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Close.type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Decorator.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
object Decorator
final case class Props(width: String, height: String, opacityPercent: Double, backgroundColor: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Props extends PropsCompanion

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Props.type

Inherited classlikes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
object Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
class Decorator
Show all

Attributes

Inherited from:
Decorable
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
object Props
Show all

Types

type Close = Close.type

Value members

Concrete methods

def option[Env : HasNoScope, Action >: Close, State](decorator: Decorator)(contents: Stateful[Env, Action, State]*)(using evidence$1: HasNoScope[Env], ev: UnionRemoving[Action, Close]): Stateful[Env, ev.Remaining, Option[State]]
def option[Env : HasNoScope, Action >: Close, State](decorator: Decorator => Decorator)(contents: Stateful[Env, Action, State]*)(using evidence$1: HasNoScope[Env], ev: UnionRemoving[Action, Close]): Stateful[Env, ev.Remaining, Option[State]]
def option[Env : HasNoScope, Action >: Close, State]()(contents: Stateful[Env, Action, State]*)(using evidence$1: HasNoScope[Env], ev: UnionRemoving[Action, Close]): Stateful[Env, ev.Remaining, Option[State]]