kotlin-partials
Toggle table of contents
4.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-partials
kotlin-partials
/
nl.astraeus.partials.test
/
DragData
Drag
Data
jvm
class
DragData
(
var
location
:
IntArray
=
Array(4) { it + 1 }
)
:
Serializable
Members
Constructors
Drag
Data
Link copied to clipboard
jvm
constructor
(
location
:
IntArray
=
Array(4) { it + 1 }
)
Properties
location
Link copied to clipboard
jvm
var
location
:
IntArray