ScheduleItemData

@Serializable
data class ScheduleItemData(val name: String, var startTime: Double = 0.0, var duration: Double, var priority: Int = KSLEvent.DEFAULT_PRIORITY - 4, var message: String? = null, var datum: Double? = null)

Constructors

Link copied to clipboard
constructor(name: String, startTime: Double = 0.0, duration: Double, priority: Int = KSLEvent.DEFAULT_PRIORITY - 4, message: String? = null, datum: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard