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
/
Seconds
Seconds
@
Serializable
@
SerialName
(
value
=
"Seconds"
)
data
class
Seconds
(
val
initial
:
Int
,
val
step
:
Int
)
:
StartCountdownTimerEventSchema.TimerData
Members
Constructors
Seconds
Link copied to clipboard
constructor
(
initial
:
Int
,
step
:
Int
)
Properties
initial
Link copied to clipboard
@
SerialName
(
value
=
"initial"
)
open
override
val
initial
:
Int
step
Link copied to clipboard
@
SerialName
(
value
=
"step"
)
open
override
val
step
:
Int