Packages

final case class Popup(as: UndefOr[AsC] = js.undefined, basic: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[PopupContentProps] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, flowing: UndefOr[Boolean] = js.undefined, header: UndefOr[PopupHeaderProps] = 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, popperModifiers: UndefOr[Object] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, wide: UndefOr[PopupWide] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[PopupProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[PopupProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Popup
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. 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, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[PopupContentProps] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, flowing: UndefOr[Boolean] = js.undefined, header: UndefOr[PopupHeaderProps] = 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, popperModifiers: UndefOr[Object] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, style: UndefOr[Style] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, wide: UndefOr[PopupWide] = js.undefined, children: ChildrenArgs = 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. val as: UndefOr[AsC]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val basic: UndefOr[Boolean]
  7. val child: UndefOr[VdomNode]
  8. val children: ChildrenArgs
    Definition Classes
    Popup → GenericJsComponentC
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val content: UndefOr[PopupContentProps]
  13. def cprops: PopupProps
    Definition Classes
    Popup → GenericJsComponentC
  14. val disabled: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val flowing: UndefOr[Boolean]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val header: UndefOr[PopupHeaderProps]
  20. val hideOnScroll: UndefOr[Boolean]
  21. val hoverable: UndefOr[Boolean]
  22. val inverted: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val offset: UndefOr[|[JsNumber, String]]
  28. val on: UndefOr[|[PopupOn, List[PopupOn]]]
  29. val onClose: UndefOr[Callback]
  30. val onCloseE: UndefOr[OnClose]
  31. val onOpen: UndefOr[Callback]
  32. val onOpenE: UndefOr[OnOpen]
  33. val pinned: UndefOr[Boolean]
  34. val popperModifiers: UndefOr[Object]
  35. val position: UndefOr[PopupPosition]
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. def render: Render[PopupProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  38. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null], PopupProps, MountedWithRoot[[A]A, PopupProps, Null, Component[PopupProps, Null], PopupProps, Null]]
    Definition Classes
    Popup → GenericJsComponentC
    Annotations
    @inline()
  39. val size: UndefOr[SemanticSize]
  40. val style: UndefOr[Style]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val trigger: UndefOr[VdomNode]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. val wide: UndefOr[PopupWide]
  47. def withChildren(children: ChildrenArgs): Popup
    Definition Classes
    Popup → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[PopupProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped