a2cui-agui
Toggle table of contents
0.1.0-a02
common
Target filter
common
Switch theme
Search in API
Skip to content
a2cui-agui
a2cui-agui
/
dev.mikepenz.a2cui.agui
/
AguiEvent
/
StateDelta
State
Delta
@
Serializable
@
SerialName
(
value
=
"STATE_DELTA"
)
data
class
StateDelta
(
val
delta
:
JsonArray
,
val
timestamp
:
Long
?
=
null
)
:
AguiEvent
Members
Constructors
State
Delta
Link copied to clipboard
constructor
(
delta
:
JsonArray
,
timestamp
:
Long
?
=
null
)
Properties
delta
Link copied to clipboard
val
delta
:
JsonArray
RFC 6902 JSON Patch operations.
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?