JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
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
?