trait PropsBase extends Object with ReactJSProps with ComponentRef[Object]
- Annotations
- @JSType()
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- PropsBase
- ComponentRef
- ReactJSProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val comboBoxAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val componentRef: UndefOr[Ref[Object]]
Take any kind of
Ref[T]
.Take any kind of
Ref[T]
.- Definition Classes
- ComponentRef
- Annotations
- @JSOptional()
- val componentRefCallback: UndefOr[RefCb[Object]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefMutable: UndefOr[MutableRef[Object]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val componentRefReact: UndefOr[ReactRef[Object]]
- Definition Classes
- ComponentRef
- Annotations
- @JSOptional() @JSName("componentRef")
- val firstPageAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val firstPageIconProps: UndefOr[components.Icon.Props]
- Annotations
- @JSOptional()
- val format: UndefOr[PaginationFormat]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemsPerPage: UndefOr[Int]
- Annotations
- @JSOptional()
- val key: UndefOr[KeyType]
- Definition Classes
- ReactJSProps
- Annotations
- @JSOptional()
- val lastPageAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val lastPageIconProps: UndefOr[components.Icon.Props]
- Annotations
- @JSOptional()
- val nextPageIconProps: UndefOr[components.Icon.Props]
- Annotations
- @JSOptional()
- val numberOfPageButton: UndefOr[Int]
- Annotations
- @JSOptional()
- val onPageChange: UndefOr[Function1[Int, Unit]]
- Annotations
- @JSOptional()
- val onRenderVisibleItemLabel: UndefOr[IRenderFunction[Props]]
- Annotations
- @JSOptional()
- val pageAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val previousPageIconProps: UndefOr[components.Icon.Props]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def ref[E]: UndefOr[RefCb[E]]
- Definition Classes
- ReactJSProps
- Annotations
- @JSOptional()
- val selectedAriaLabel: UndefOr[String]
- Annotations
- @JSOptional()
- val selectedPageIndex: UndefOr[Int]
- Annotations
- @JSOptional()
- val strings: UndefOr[PaginationString]
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val totalItemCount: UndefOr[Int]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object