toggle menu
core
0.43.9
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.semanticui.PaginationPages
/
PaginationPages
/
Props
Props
js
data
class
Props
(
val
activePage
:
Int
,
val
totalPages
:
Number
?
,
val
style
:
PaginationPages.Style
,
val
onChange
:
(
Int
)
->
Unit
)
Members
Constructors
Props
Link copied to clipboard
js
constructor
(
activePage
:
Int
,
totalPages
:
Number
?
,
style
:
PaginationPages.Style
,
onChange
:
(
Int
)
->
Unit
)
Properties
active
Page
Link copied to clipboard
js
val
activePage
:
Int
on
Change
Link copied to clipboard
js
val
onChange
:
(
Int
)
->
Unit
style
Link copied to clipboard
js
val
style
:
PaginationPages.Style
total
Pages
Link copied to clipboard
js
val
totalPages
:
Number
?