Packages

trait PropsBase extends Object with ReactJSProps with ComponentRef[Object]

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropsBase
  2. ComponentRef
  3. ReactJSProps
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val comboBoxAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  2. val componentRef: UndefOr[Ref[Object]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  3. val componentRefCallback: UndefOr[RefCb[Object]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  4. val componentRefMutable: UndefOr[MutableRef[Object]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  5. val componentRefReact: UndefOr[ReactRef[Object]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  6. val firstPageAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  7. val firstPageIconProps: UndefOr[components.Icon.Props]
    Annotations
    @JSOptional()
  8. val format: UndefOr[PaginationFormat]
    Annotations
    @JSOptional()
  9. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  10. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  11. val itemsPerPage: UndefOr[Int]
    Annotations
    @JSOptional()
  12. val key: UndefOr[KeyType]
    Definition Classes
    ReactJSProps
    Annotations
    @JSOptional()
  13. val lastPageAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  14. val lastPageIconProps: UndefOr[components.Icon.Props]
    Annotations
    @JSOptional()
  15. val nextPageIconProps: UndefOr[components.Icon.Props]
    Annotations
    @JSOptional()
  16. val numberOfPageButton: UndefOr[Int]
    Annotations
    @JSOptional()
  17. val onPageChange: UndefOr[Function1[Int, Unit]]
    Annotations
    @JSOptional()
  18. val onRenderVisibleItemLabel: UndefOr[IRenderFunction[Props]]
    Annotations
    @JSOptional()
  19. val pageAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  20. val previousPageIconProps: UndefOr[components.Icon.Props]
    Annotations
    @JSOptional()
  21. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  22. def ref[E]: UndefOr[RefCb[E]]
    Definition Classes
    ReactJSProps
    Annotations
    @JSOptional()
  23. val selectedAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  24. val selectedPageIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  25. val strings: UndefOr[PaginationString]
    Annotations
    @JSOptional()
  26. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  27. def toLocaleString(): String
    Definition Classes
    Object
  28. val totalItemCount: UndefOr[Int]
    Annotations
    @JSOptional()
  29. def valueOf(): Any
    Definition Classes
    Object