Packages

trait PopupProps extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PopupProps
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply(key: String): Any
    Annotations
    @JSBracketAccess()
  5. val as: UndefOr[AsT]

    An element type to render as (string or function).

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val basic: UndefOr[Boolean]

    Display the popup without the pointing arrow

  8. val children: UndefOr[Node]

    Primary content.

  9. val className: UndefOr[String]

    Additional classes.

  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val content: UndefOr[SemanticShorthandItemS[PopupContentProps]]

    Simple text content for the popover.

  12. val disabled: UndefOr[Boolean]

    A disabled popup only renders its trigger.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val eventsEnabled: UndefOr[Boolean]

    Enables the Popper.js event listeners.

  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val flowing: UndefOr[Boolean]

    A flowing Popup has no maximum width and continues to flow to fit its content.

  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val header: UndefOr[SemanticShorthandItemS[PopupHeaderProps]]

    Header displayed above the content in bold.

  22. val hideOnScroll: UndefOr[Boolean]

    Hide the Popup when scrolling the window.

  23. val hoverable: UndefOr[Boolean]

    Whether the popup should not close on hover.

  24. val inverted: UndefOr[Boolean]

    Invert the colors of the popup

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val offset: UndefOr[|[JsNumber, String]]

    Offset value to apply to rendered popup.

    Offset value to apply to rendered popup. Accepts the following units: - px or unit-less, interpreted as pixels - %, percentage relative to the length of the trigger element - %p, percentage relative to the length of the popup element - vw, CSS viewport width unit - vh, CSS viewport height unit

  31. val on: UndefOr[|[String, Array[String]]]

    Events triggering the popup.

  32. val onClose: UndefOr[RawOnClose]

    Called when a close event happens.

  33. val onOpen: UndefOr[RawOnOpen]

    Called when an open event happens.

  34. val pinned: UndefOr[Boolean]

    Disables automatic repositioning of the component, it will always be placed according to the position value.

  35. val popperModifiers: UndefOr[Object]

    An object containing custom settings for the Popper.js modifiers.

  36. val position: UndefOr[String]

    Position for the popover.

  37. val positionFixed: UndefOr[Boolean]

    Tells Popper.js to use the position: fixed strategy to position the popover.

  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. val size: UndefOr[SemanticSIZES]

    Popup size.

  40. val style: UndefOr[Object]

    Custom Popup style.

  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toLocaleString(): String
    Definition Classes
    Object
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val trigger: UndefOr[Node]

    Element to be rendered in-place where the popup is defined.

  45. def update(key: String, v: Any): Unit
    Annotations
    @JSBracketAccess()
  46. def valueOf(): Any
    Definition Classes
    Object
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. val wide: UndefOr[|[Boolean, String]]

    Popup width.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped