core
0.36.3
js
core
/
de.peekandpoke.kraft.addons.forms.collections
/
ListFieldComponent
/
ItemCtx
/
ItemCtx
Item
Ctx
js
constructor
(
idx
:
Int
,
item
:
T
,
all
:
List
<
T
>
,
modify
:
(
T
)
->
Unit
,
swapWith
:
(
idx
:
Int
)
->
Unit
,
remove
:
(
)
->
Unit
,
copy
:
(
T
)
->
Unit
,
keySuffix
:
String
)