CSLate Property
class CSLateProperty<T>(onApply: (value: T) -> Unit? = null) : CSPropertyBase<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open fun later(delayMilliseconds: Int, function: () -> Unit): CSRegistration
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard