Packages

final case class Popup(as: UndefOr[AsC] = js.undefined, basic: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[PopupContent]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, eventsEnabled: UndefOr[Boolean] = js.undefined, flowing: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[PopupHeader]] = js.undefined, hideOnScroll: UndefOr[Boolean] = js.undefined, hoverable: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, offset: UndefOr[|[JsNumber, String]] = js.undefined, on: UndefOr[|[PopupOn, List[PopupOn]]] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, pinned: UndefOr[Boolean] = js.undefined, position: UndefOr[PopupPosition] = js.undefined, positionFixed: UndefOr[Boolean] = js.undefined, popperModifiers: UndefOr[Object] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, wide: UndefOr[PopupWide] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[PopupProps, Popup] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[PopupProps, PropsAndChildren, Unit, Popup], PassthroughAC[PopupProps], Passthrough[PopupProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Popup
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Popup(as: UndefOr[AsC] = js.undefined, basic: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[PopupContent]] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, eventsEnabled: UndefOr[Boolean] = js.undefined, flowing: UndefOr[Boolean] = js.undefined, header: UndefOr[ShorthandS[PopupHeader]] = js.undefined, hideOnScroll: UndefOr[Boolean] = js.undefined, hoverable: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, offset: UndefOr[|[JsNumber, String]] = js.undefined, on: UndefOr[|[PopupOn, List[PopupOn]]] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, pinned: UndefOr[Boolean] = js.undefined, position: UndefOr[PopupPosition] = js.undefined, positionFixed: UndefOr[Boolean] = js.undefined, popperModifiers: UndefOr[Object] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, wide: UndefOr[PopupWide] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addModifiers(modifiers: Seq[TagMod]): Popup
    Definition Classes
    Popup → GenericJsComponentAC
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val basic: UndefOr[Boolean]
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[PopupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null], PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null]], PopupProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null], PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null]]]
    Attributes
    protected
    Definition Classes
    Popup → GenericJsComponentAC
  12. val content: UndefOr[ShorthandS[PopupContent]]
  13. def cprops: PopupProps
    Attributes
    protected
    Definition Classes
    Popup → Passthrough
  14. val disabled: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val eventsEnabled: UndefOr[Boolean]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val flowing: UndefOr[Boolean]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val header: UndefOr[ShorthandS[PopupHeader]]
  21. val hideOnScroll: UndefOr[Boolean]
  22. val hoverable: UndefOr[Boolean]
  23. val inverted: UndefOr[Boolean]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val modifiers: Seq[TagMod]
    Definition Classes
    Popup → Passthrough
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val offset: UndefOr[|[JsNumber, String]]
  30. val on: UndefOr[|[PopupOn, List[PopupOn]]]
  31. val onClose: UndefOr[Callback]
  32. val onCloseE: UndefOr[OnClose]
  33. val onOpen: UndefOr[Callback]
  34. val onOpenE: UndefOr[OnOpen]
  35. val pinned: UndefOr[Boolean]
  36. val popperModifiers: UndefOr[Object]
  37. val position: UndefOr[PopupPosition]
  38. val positionFixed: UndefOr[Boolean]
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def rawModifiers: (PopupProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  41. def render: Render[PopupProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  42. val size: UndefOr[semanticui.SemanticSize]
  43. val style: UndefOr[Style]
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. val trigger: UndefOr[VdomNode]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. val wide: UndefOr[PopupWide]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[PopupProps, PropsAndChildren, Unit, Popup]

Inherited from PassthroughAC[PopupProps]

Inherited from Passthrough[PopupProps]

Inherited from AnyRef

Inherited from Any

Ungrouped