Packages

trait Props extends Object with ComponentRef[IPanel] with Theme

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Theme
  3. ComponentRef
  4. Object
  5. Any
  6. AnyRef
  7. 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. val allowTouchBodyScroll: UndefOr[Boolean]
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val className: UndefOr[String]
    Annotations
    @JSOptional()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val closeButtonAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  9. val componentRef: UndefOr[Ref[IPanel]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  10. val componentRefCallback: UndefOr[RefCb[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  11. val componentRefMutable: UndefOr[MutableRef[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  12. val componentRefReact: UndefOr[ReactRef[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  13. val customWidth: UndefOr[String]
    Annotations
    @JSOptional()
  14. val elementToFocusOnDismiss: UndefOr[Element]
    Annotations
    @JSOptional()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val focusTrapZoneProps: UndefOr[FocusTrapZone.Props]
    Annotations
    @JSOptional()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val hasCloseButton: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val headerClassName: UndefOr[String]
    Annotations
    @JSOptional()
  23. val headerText: UndefOr[String]
    Annotations
    @JSOptional()
  24. val isBlocking: UndefOr[Boolean]
    Annotations
    @JSOptional()
  25. val isFooterAtBottom: UndefOr[Boolean]
    Annotations
    @JSOptional()
  26. val isHiddenOnDismiss: UndefOr[Boolean]
    Annotations
    @JSOptional()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val isLightDismiss: UndefOr[Boolean]
    Annotations
    @JSOptional()
  29. val isOpen: UndefOr[Boolean]
    Annotations
    @JSOptional()
  30. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  31. val layerProps: UndefOr[Layer.Props]
    Annotations
    @JSOptional()
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. val onDismiss: UndefOr[Function1[react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  36. val onDismissed: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  37. val onLightDismissClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  38. val onOpen: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  39. val onOpened: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  40. val onOuterClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  41. val onRenderBody: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  42. val onRenderFooter: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  43. val onRenderFooterContent: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  44. val onRenderHeader: UndefOr[IRenderFunction[Props]]

    This is not quite right.

    This is not quite right. See API docs.

    Annotations
    @JSOptional()
  45. val onRenderNavigation: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  46. val overlapProps: UndefOr[Overlay.Props]
    Annotations
    @JSOptional()
  47. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  48. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  51. def toLocaleString(): String
    Definition Classes
    Object
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. val type: UndefOr[Type]
    Annotations
    @JSOptional()
  54. def valueOf(): Any
    Definition Classes
    Object
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Theme

Inherited from ComponentRef[IPanel]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped