CSProperty Base
abstract class CSPropertyBase<T>(parent: CSHasDestroy? = null, val onChange: (value: T) -> Unit? = null) : CSModel, CSProperty<T>
Content copied to clipboard
Constructors
Link copied to clipboard
Link copied to clipboard
fun <T> CSPropertyBase(parent: CSHasDestroy? = null, onChange: (value: T) -> Unit? = null)
Content copied to clipboard
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