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. val allowTouchBodyScroll: UndefOr[Boolean]
    Annotations
    @JSOptional()
  2. val className: UndefOr[String]
    Annotations
    @JSOptional()
  3. val closeButtonAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  4. val componentRef: UndefOr[Ref[IPanel]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  5. val componentRefCallback: UndefOr[RefCb[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val componentRefMutable: UndefOr[MutableRef[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  7. val componentRefReact: UndefOr[ReactRef[IPanel]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  8. val customWidth: UndefOr[String]
    Annotations
    @JSOptional()
  9. val elementToFocusOnDismiss: UndefOr[Element]
    Annotations
    @JSOptional()
  10. val focusTrapZoneProps: UndefOr[FocusTrapZone.Props]
    Annotations
    @JSOptional()
  11. val hasCloseButton: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. val headerClassName: UndefOr[String]
    Annotations
    @JSOptional()
  14. val headerText: UndefOr[String]
    Annotations
    @JSOptional()
  15. val isBlocking: UndefOr[Boolean]
    Annotations
    @JSOptional()
  16. val isFooterAtBottom: UndefOr[Boolean]
    Annotations
    @JSOptional()
  17. val isHiddenOnDismiss: UndefOr[Boolean]
    Annotations
    @JSOptional()
  18. val isLightDismiss: UndefOr[Boolean]
    Annotations
    @JSOptional()
  19. val isOpen: UndefOr[Boolean]
    Annotations
    @JSOptional()
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val layerProps: UndefOr[Layer.Props]
    Annotations
    @JSOptional()
  22. val onDismiss: UndefOr[Function1[react.vdom.ReactEvent[Element], Unit]]
    Annotations
    @JSOptional()
  23. val onDismissed: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  24. val onLightDismissClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  25. val onOpen: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  26. val onOpened: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  27. val onOuterClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  28. val onRenderBody: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  29. val onRenderFooter: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  30. val onRenderFooterContent: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  31. val onRenderHeader: UndefOr[IRenderFunction[Props]]

    This is not quite right.

    This is not quite right. See API docs.

    Annotations
    @JSOptional()
  32. val onRenderNavigation: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  33. val overlapProps: UndefOr[Overlay.Props]
    Annotations
    @JSOptional()
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  36. val theme: UndefOr[ITheme]
    Definition Classes
    Theme
    Annotations
    @JSOptional()
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. val type: UndefOr[Type]
    Annotations
    @JSOptional()
  39. def valueOf(): Any
    Definition Classes
    Object