final case class Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[ShorthandS[Icon]] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[|[Dimmer, ModalDimmer]] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ModalProps, Modal] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modal
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Modal(as: UndefOr[AsC] = js.undefined, actions: UndefOr[Seq[ShorthandS[Button]]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, centered: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, closeIcon: UndefOr[ShorthandS[Icon]] = js.undefined, closeOnDimmerClick: UndefOr[Boolean] = js.undefined, closeOnDocumentClick: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[ModalContent]] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, dimmer: UndefOr[|[Dimmer, ModalDimmer]] = js.undefined, eventPool: UndefOr[String] = js.undefined, header: UndefOr[ShorthandS[ModalHeader]] = js.undefined, onActionClickE: UndefOr[OnActionClick] = js.undefined, onActionClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onMountE: UndefOr[OnMount] = js.undefined, onMount: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, open: UndefOr[Boolean] = js.undefined, size: UndefOr[ModalSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, modifiers: Seq[TagMod] = 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[Seq[ShorthandS[Button]]]
- def addModifiers(modifiers: Seq[TagMod]): Modal
- Definition Classes
- Modal → GenericJsComponentAC
- val as: UndefOr[AsC]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basic: UndefOr[Boolean]
- val centered: UndefOr[Boolean]
- 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[ShorthandS[Icon]]
- val closeOnDimmerClick: UndefOr[Boolean]
- val closeOnDocumentClick: UndefOr[Boolean]
- val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ModalProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]], ModalProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null], ModalProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ModalProps, Null, Component[ModalProps, Null], ModalProps, Null]]]
- Attributes
- protected
- Definition Classes
- Modal → GenericJsComponentAC
- val content: UndefOr[ShorthandS[ModalContent]]
- def cprops: ModalProps
- Attributes
- protected
- Definition Classes
- Modal → Passthrough
- val defaultOpen: UndefOr[Boolean]
- val dimmer: UndefOr[|[Dimmer, 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[ShorthandS[ModalHeader]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modifiers: Seq[TagMod]
- Definition Classes
- Modal → Passthrough
- 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[japgolly.scalajs.react.Callback]
- val onActionClickE: UndefOr[OnActionClick]
- val onClose: UndefOr[japgolly.scalajs.react.Callback]
- val onCloseE: UndefOr[OnClose]
- val onMount: UndefOr[japgolly.scalajs.react.Callback]
- val onMountE: UndefOr[OnMount]
- val onOpen: UndefOr[japgolly.scalajs.react.Callback]
- val onOpenE: UndefOr[OnOpen]
- val open: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (ModalProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[ModalProps]
- Definition Classes
- GenericJsComponentAC
- 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 withOptionalRef(ref: Option[Handle[RawMounted[ModalProps, Null]]]): GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal]
- Definition Classes
- GenericJsComponentAC
- def withRef(ref: Handle[RawMounted[ModalProps, Null]]): GenericJsComponentAC[ModalProps, PropsAndChildren, Unit, Modal]
- Definition Classes
- GenericJsComponentAC