Modal

oxygen.ui.web.component.Modal
object Modal

Attributes

Graph
Supertypes
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
final case class Props(width: String, height: String, opacityPercent: Double, backgroundColor: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type Close = Close.type

Value members

Concrete methods

def option[Env : HasNoScope, Action, State](props: Props.type => Props)(contents: Stateful[Env, Action | Close, State]*)(using evidence$1: HasNoScope[Env], tt: TypeTest[Action | Close, Action]): Stateful[Env, Action, Option[State]]