toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.dragndrop.models
/
ItemPosition
Item
Position
data
class
ItemPosition
(
val
index
:
Int
,
val
key
:
Any
?
)
Members
Constructors
Item
Position
Link copied to clipboard
constructor
(
index
:
Int
,
key
:
Any
?
)
Properties
index
Link copied to clipboard
val
index
:
Int
key
Link copied to clipboard
val
key
:
Any
?