Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.event.events.time
/
StartCountdownTimerEventSchema
/
TimerData
/
Milliseconds
Milliseconds
@
Serializable
@
SerialName
(
value
=
"Milliseconds"
)
data
class
Milliseconds
(
val
initial
:
Long
,
val
step
:
Long
)
:
StartCountdownTimerEventSchema.TimerData
Members
Constructors
Milliseconds
Link copied to clipboard
constructor
(
initial
:
Long
,
step
:
Long
)
Properties
initial
Link copied to clipboard
@
SerialName
(
value
=
"initial"
)
open
override
val
initial
:
Long
step
Link copied to clipboard
@
SerialName
(
value
=
"step"
)
open
override
val
step
:
Long