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, Serializable, Product, Equals, GenericComponentC[PopupProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Popup
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenericComponentC
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val as: UndefOr[AsC]
  2. val basic: UndefOr[Boolean]
  3. val child: UndefOr[VdomNode]
  4. val children: ChildrenArgs
    Definition Classes
    Popup → GenericComponentC
  5. val className: UndefOr[String]
  6. val clazz: UndefOr[Css]
  7. val content: UndefOr[PopupContentProps]
  8. val disabled: UndefOr[Boolean]
  9. val flowing: UndefOr[Boolean]
  10. val header: UndefOr[PopupHeaderProps]
  11. val hideOnScroll: UndefOr[Boolean]
  12. val hoverable: UndefOr[Boolean]
  13. val inverted: UndefOr[Boolean]
  14. val offset: UndefOr[|[JsNumber, String]]
  15. val on: UndefOr[|[PopupOn, List[PopupOn]]]
  16. val onClose: UndefOr[Callback]
  17. val onCloseE: UndefOr[OnClose]
  18. val onOpen: UndefOr[Callback]
  19. val onOpenE: UndefOr[OnOpen]
  20. val pinned: UndefOr[Boolean]
  21. val popperModifiers: UndefOr[Object]
  22. val position: UndefOr[PopupPosition]
  23. def render: Render[PopupProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  24. 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 → GenericComponentC
    Annotations
    @inline()
  25. val size: UndefOr[SemanticSize]
  26. val style: UndefOr[Style]
  27. val trigger: UndefOr[VdomNode]
  28. val wide: UndefOr[PopupWide]
  29. def withChildren(children: ChildrenArgs): Popup
    Definition Classes
    Popup → GenericComponentC