CSJsonListValuePresetProperty
class CSJsonListValuePresetProperty<T : CSJsonObjectStore>(parent: CSHasDestruct, preset: CSPreset<*, *>, key: String, val type: KClass<T>, val default: List<T> = emptyList(), onChange: (value: List<T>) -> Unit?) : CSValuePresetProperty<List<T>>
Constructors
Properties
Functions
Link copied to clipboard
fun <T> CSHasChangeValue<T>.actionPausedBy(preset: CSPreset<*, *>, function: (T) -> Unit): CSRegistration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> CSHasChangeValue<T>.onChangePausedBy(preset: CSPreset<*, *>, function: (T) -> Unit): CSRegistration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard