Packages

trait Props extends Object with PropsBase

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

Abstract Value Members

  1. abstract val pageCount: Int
  2. abstract val theme: ITheme

Concrete Value Members

  1. val comboBoxAriaLabel: UndefOr[String]
    Definition Classes
    PropsBase
    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]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  7. val firstPageIconProps: UndefOr[components.Icon.Props]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  8. val format: UndefOr[PaginationFormat]
    Definition Classes
    PropsBase
    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]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  12. val key: UndefOr[KeyType]
    Definition Classes
    ReactJSProps
    Annotations
    @JSOptional()
  13. val lastPageAriaLabel: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  14. val lastPageIconProps: UndefOr[components.Icon.Props]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  15. val nextPageIconProps: UndefOr[components.Icon.Props]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  16. val numberOfPageButton: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  17. val onPageChange: UndefOr[Function1[Int, Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  18. val onRenderVisibleItemLabel: UndefOr[IRenderFunction[Props]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  19. val pageAriaLabel: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  20. val previousPageIconProps: UndefOr[components.Icon.Props]
    Definition Classes
    PropsBase
    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]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  24. val selectedPageIndex: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  25. val strings: UndefOr[PaginationString]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  26. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  27. def toLocaleString(): String
    Definition Classes
    Object
  28. val totalItemCount: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  29. def valueOf(): Any
    Definition Classes
    Object