Paginator API
API documentation for Paginator component
PaginatorRoot#
Props#
Defines valid properties in Paginator component.
State#
Defines valid state in Paginator component.
Exposes#
Defines the methods and properties exposed by Paginator component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Paginator component.
Types#
Instance
Instance of Paginator component.
| values |
|---|
| ComponentInstance<PaginatorRootProps, PaginatorRootState, PaginatorRootExposes> |
PaginatorPages#
Props#
Defines valid properties in PaginatorPages component.
Exposes#
Defines the methods and properties exposed by PaginatorPages component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorPages component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorPagesPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorPages component.
| values |
|---|
| ComponentInstance<PaginatorPagesProps, PaginatorPagesState, PaginatorPagesExposes> |
PaginatorPage#
Props#
Defines valid properties in PaginatorPage component.
Exposes#
Defines the methods and properties exposed by PaginatorPage component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorPage component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorPagePassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorPage component.
| values |
|---|
| ComponentInstance<PaginatorPageProps, PaginatorPageState, PaginatorPageExposes> |
PaginatorEllipsis#
Props#
Defines valid properties in PaginatorEllipsis component.
Exposes#
Defines the methods and properties exposed by PaginatorEllipsis component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorEllipsis component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorEllipsisPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorEllipsis component.
| values |
|---|
| ComponentInstance<PaginatorEllipsisProps, PaginatorEllipsisState, PaginatorEllipsisExposes> |
PaginatorFirst#
Props#
Defines valid properties in PaginatorFirst component.
Exposes#
Defines the methods and properties exposed by PaginatorFirst component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorFirst component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorFirstPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorFirst component.
| values |
|---|
| ComponentInstance<PaginatorFirstProps, PaginatorFirstState, PaginatorFirstExposes> |
PaginatorLast#
Props#
Defines valid properties in PaginatorLast component.
Exposes#
Defines the methods and properties exposed by PaginatorLast component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorLast component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorLastPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorLast component.
| values |
|---|
| ComponentInstance<PaginatorLastProps, PaginatorLastState, PaginatorLastExposes> |
PaginatorNext#
Props#
Defines valid properties in PaginatorNext component.
Exposes#
Defines the methods and properties exposed by PaginatorNext component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorNext component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorNextPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorNext component.
| values |
|---|
| ComponentInstance<PaginatorNextProps, PaginatorNextState, PaginatorNextExposes> |
PaginatorPrev#
Props#
Defines valid properties in PaginatorPrev component.
Exposes#
Defines the methods and properties exposed by PaginatorPrev component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of PaginatorPrev component.
| name | type | default | description |
|---|---|---|---|
| root | PaginatorPrevPassThroughType<HTMLAttributes<HTMLButtonElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of PaginatorPrev component.
| values |
|---|
| ComponentInstance<PaginatorPrevProps, PaginatorPrevState, PaginatorPrevExposes> |
usePaginator#
Props#
Defines valid properties in usePaginator.
State#
Defines valid state in usePaginator.
Exposes#
Defines the return type of usePaginator.
Types#
Instance
Instance of usePaginator headless.
| values |
|---|
| HeadlessInstance<usePaginatorProps, usePaginatorState, usePaginatorExposes> |