core
0.22.3
js
core
/
de.peekandpoke.kraft.addons.semanticui.pagination
/
ElementsPerPage
/
Props
Props
js
data
class
Props
(
val
epp
:
Int
,
val
options
:
Set
<
Int
>
,
val
onChange
:
(
Int
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
Props
Link copied to clipboard
js
fun
Props
(
epp
:
Int
,
options
:
Set
<
Int
>
,
onChange
:
(
Int
)
->
Unit
)
Content copied to clipboard
Properties
epp
Link copied to clipboard
js
val
epp
:
Int
Content copied to clipboard
on
Change
Link copied to clipboard
js
val
onChange
:
(
Int
)
->
Unit
Content copied to clipboard
options
Link copied to clipboard
js
val
options
:
Set
<
Int
>
Content copied to clipboard