Packages

trait Props extends Object

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

Abstract Value Members

  1. abstract val title: ReactNode

Concrete Value Members

  1. val PopperProps: UndefOr[Object]
    Annotations
    @JSOptional()
  2. val TransitionComponent: UndefOr[Any]
    Annotations
    @JSOptional()
  3. val TransitionProps: UndefOr[Object]
    Annotations
    @JSOptional()
  4. val classes: UndefOr[Object]
    Annotations
    @JSOptional()
  5. val disableFocusListener: UndefOr[Boolean]
    Annotations
    @JSOptional()
  6. val disableHoverListener: UndefOr[Boolean]
    Annotations
    @JSOptional()
  7. val disableTouchListener: UndefOr[Boolean]
    Annotations
    @JSOptional()
  8. val enterDelay: UndefOr[Double]
    Annotations
    @JSOptional()
  9. val enterTouchDelay: UndefOr[Double]
    Annotations
    @JSOptional()
  10. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  11. val id: UndefOr[String]
    Annotations
    @JSOptional()
  12. val interactive: UndefOr[Boolean]
    Annotations
    @JSOptional()
  13. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  14. val key: UndefOr[String]
    Annotations
    @JSOptional()
  15. val leaveDelay: UndefOr[Double]
    Annotations
    @JSOptional()
  16. val leaveTouchDelay: UndefOr[Double]
    Annotations
    @JSOptional()
  17. val onClose: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  18. val onOpen: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  19. val open: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. val placement: UndefOr[Placement]
    Annotations
    @JSOptional()
  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. val style: UndefOr[Object]
    Annotations
    @JSOptional()
  23. val theme: UndefOr[Object]
    Annotations
    @JSOptional()
  24. def toLocaleString(): String
    Definition Classes
    Object
  25. def valueOf(): Any
    Definition Classes
    Object