final case class Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[Icon] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[|[VdomNode, ModalContentProps]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ModalProps] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modal
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[|[VdomNode, ModalActionsProps]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[Icon] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[|[VdomNode, ModalContentProps]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[ModalDimmer] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[|[VdomNode, ModalHeaderProps]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, children: ChildrenArgs = Seq.empty)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actions: UndefOr[|[VdomNode, ModalActionsProps]]
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basic: UndefOr[Boolean]
- val centered: UndefOr[Boolean]
- val child: UndefOr[VdomNode]
- val children: ChildrenArgs
- Definition Classes
- Modal → GenericComponentC
- val className: UndefOr[String]
- val clazz: UndefOr[Css]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val closeIcon: UndefOr[Icon]
- val closeOnDimmerClick: UndefOr[Boolean]
- val closeOnDocumentClick: UndefOr[Boolean]
- val content: UndefOr[|[VdomNode, ModalContentProps]]
- def cprops: ModalProps
- Definition Classes
- Modal → GenericComponentC
- val defaultOpen: UndefOr[Boolean]
- val dimmer: UndefOr[ModalDimmer]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventPool: UndefOr[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val header: UndefOr[|[VdomNode, ModalHeaderProps]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onActionClick: UndefOr[Callback]
- val onActionClickE: UndefOr[OnActionClick]
- val onClose: UndefOr[Callback]
- val onCloseE: UndefOr[OnClose]
- val onMount: UndefOr[Callback]
- val onMountE: UndefOr[OnMount]
- val onOpen: UndefOr[Callback]
- val onOpenE: UndefOr[OnOpen]
- val open: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def render: Render[ModalProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
- def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]]
- Definition Classes
- Modal → GenericComponentC
- Annotations
- @inline()
- val size: UndefOr[ModalSize]
- val style: UndefOr[Style]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val trigger: UndefOr[VdomNode]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withChildren(children: ChildrenArgs): Modal
- Definition Classes
- Modal → GenericComponentC