CSPresetListItem
class CSPresetListItem<PresetItem : CSPresetItem, PresetList : CSPresetItemList<PresetItem>>(val preset: CSPreset<PresetItem, PresetList>, notFoundPresetItem: (CSStore) -> PresetItem, defaultItemId: String? = null) : CSPropertyWrapper<PresetItem> , CSPresetKeyData
Constructors
Link copied to clipboard
constructor(preset: CSPreset<PresetItem, PresetList>, notFoundPresetItem: (CSStore) -> PresetItem, defaultItemId: String? = null)
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
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
Link copied to clipboard