MediaSFU React Native
Preparing search index...
PaginationOptions
Interface PaginationOptions
Interface defining the options for the Pagination component.
interface
PaginationOptions
{
totalPages
:
number
;
currentUserPage
:
number
;
handlePageChange
?:
(
options
:
GeneratePageContentOptions
)
=>
Promise
<
void
>
;
position
?:
"left"
|
"right"
|
"middle"
;
location
?:
"top"
|
"bottom"
|
"middle"
;
direction
?:
"horizontal"
|
"vertical"
;
buttonsContainerStyle
?:
StyleProp
<
ViewStyle
>
;
activePageStyle
?:
StyleProp
<
ViewStyle
>
;
inactivePageStyle
?:
StyleProp
<
ViewStyle
>
;
backgroundColor
?:
string
;
paginationHeight
?:
number
;
showAspect
?:
boolean
;
parameters
:
PaginationParameters
;
}
Index
Properties
total
Pages
current
User
Page
handle
Page
Change?
position?
location?
direction?
buttons
Container
Style?
active
Page
Style?
inactive
Page
Style?
background
Color?
pagination
Height?
show
Aspect?
parameters
Properties
total
Pages
totalPages
:
number
current
User
Page
currentUserPage
:
number
Optional
handle
Page
Change
handlePageChange
?:
(
options
:
GeneratePageContentOptions
)
=>
Promise
<
void
>
Optional
position
position
?:
"left"
|
"right"
|
"middle"
Optional
location
location
?:
"top"
|
"bottom"
|
"middle"
Optional
direction
direction
?:
"horizontal"
|
"vertical"
Optional
buttons
Container
Style
buttonsContainerStyle
?:
StyleProp
<
ViewStyle
>
Optional
active
Page
Style
activePageStyle
?:
StyleProp
<
ViewStyle
>
Optional
inactive
Page
Style
inactivePageStyle
?:
StyleProp
<
ViewStyle
>
Optional
background
Color
backgroundColor
?:
string
Optional
pagination
Height
paginationHeight
?:
number
Optional
show
Aspect
showAspect
?:
boolean
parameters
parameters
:
PaginationParameters
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
total
Pages
current
User
Page
handle
Page
Change
position
location
direction
buttons
Container
Style
active
Page
Style
inactive
Page
Style
background
Color
pagination
Height
show
Aspect
parameters
MediaSFU
MediaSFU React Native
Loading...
Interface defining the options for the Pagination component.