klip
0.4.1
common
klip-core
/
dev.petuska.klip.core.domain
/
Klip
Klip
common
data
class
Klip
<
T
>
(
val
type
:
KType
,
val
data
:
T
,
val
attributes
:
Map
<
String
,
String
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Klip
Link copied to clipboard
common
fun
<
T
>
Klip
(
type
:
KType
,
data
:
T
,
attributes
:
Map
<
String
,
String
>
)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
common
val
attributes
:
Map
<
String
,
String
>
Content copied to clipboard
data
Link copied to clipboard
common
val
data
:
T
Content copied to clipboard
type
Link copied to clipboard
common
@
Transient
val
type
:
KType
Content copied to clipboard