trait PopupProps extends Object
- Annotations
- @RawJSType() @native()
- Alphabetic
- By Inheritance
- PopupProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
def
apply(key: String): Any
- Annotations
- @JSBracketAccess()
-
val
as: UndefOr[AsT]
An element type to render as (string or function).
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
basic: UndefOr[Boolean]
Display the popup without the pointing arrow
-
val
children: UndefOr[Node]
Primary content.
-
val
className: UndefOr[String]
Additional classes.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
content: UndefOr[SemanticShorthandItem[PopupContentProps]]
Simple text content for the popover.
-
val
disabled: UndefOr[Boolean]
A disabled popup only renders its trigger.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
flowing: UndefOr[Boolean]
A flowing Popup has no maximum width and continues to flow to fit its content.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
header: UndefOr[SemanticShorthandItem[PopupHeaderProps]]
Header displayed above the content in bold.
-
val
hideOnScroll: UndefOr[Boolean]
The node where the popup should mount.
-
val
hoverable: UndefOr[Boolean]
Whether the popup should not close on hover.
-
val
inverted: UndefOr[Boolean]
Invert the colors of the popup
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
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
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
-
val
on: UndefOr[|[String, Array[String]]]
Events triggering the popup.
-
val
onClose: UndefOr[RawOnClose]
Called when a close event happens.
-
val
onOpen: UndefOr[RawOnOpen]
Called when an open event happens.
-
val
position: UndefOr[String]
Position for the popover.
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
size: UndefOr[SemanticSIZES]
Popup size.
-
val
style: UndefOr[Object]
Custom Popup style.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
trigger: UndefOr[Node]
Element to be rendered in-place where the popup is defined.
-
def
update(key: String, v: Any): Unit
- Annotations
- @JSBracketAccess()
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
wide: UndefOr[|[Boolean, String]]
Popup width.