toggle menu
core
0.42.0
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.semanticui.pagination
/
PaginationEpp
/
Props
Props
js
data
class
Props
(
val
epp
:
Int
,
val
options
:
Set
<
Int
>
,
val
onChange
:
(
Int
)
->
Unit
)
Members
Constructors
Props
Link copied to clipboard
js
constructor
(
epp
:
Int
,
options
:
Set
<
Int
>
,
onChange
:
(
Int
)
->
Unit
)
Properties
epp
Link copied to clipboard
js
val
epp
:
Int
on
Change
Link copied to clipboard
js
val
onChange
:
(
Int
)
->
Unit
options
Link copied to clipboard
js
val
options
:
Set
<
Int
>