trait Props extends Object with PropsBase
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Props
- PropsBase
- ComponentRef
- ReactJSProps
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val comboBoxAriaLabel: UndefOr[String]
- Definition Classes
- PropsBase
- 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")
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val firstPageAriaLabel: UndefOr[String]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val firstPageIconProps: UndefOr[components.Icon.Props]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val format: UndefOr[PaginationFormat]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val itemsPerPage: UndefOr[Int]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val key: UndefOr[KeyType]
- Definition Classes
- ReactJSProps
- Annotations
- @JSOptional()
- val lastPageAriaLabel: UndefOr[String]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val lastPageIconProps: UndefOr[components.Icon.Props]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextPageIconProps: UndefOr[components.Icon.Props]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numberOfPageButton: UndefOr[Int]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val onPageChange: UndefOr[Function1[Int, Unit]]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val onRenderVisibleItemLabel: UndefOr[IRenderFunction[Props]]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val pageAriaLabel: UndefOr[String]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val previousPageIconProps: UndefOr[components.Icon.Props]
- Definition Classes
- PropsBase
- 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]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val selectedPageIndex: UndefOr[Int]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val strings: UndefOr[PaginationString]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- val totalItemCount: UndefOr[Int]
- Definition Classes
- PropsBase
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])