kaccelero
Toggle table of contents
0.6.4
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.annotations
/
PayloadKey
Payload
Key
@
Serializable
data
class
PayloadKey
(
val
key
:
String
,
val
type
:
String
,
val
style
:
String
,
val
editable
:
Boolean
)
Members
Constructors
Payload
Key
Link copied to clipboard
constructor
(
key
:
String
,
type
:
String
,
style
:
String
,
editable
:
Boolean
)
Properties
editable
Link copied to clipboard
val
editable
:
Boolean
key
Link copied to clipboard
val
key
:
String
style
Link copied to clipboard
val
style
:
String
type
Link copied to clipboard
val
type
:
String