setValue

open operator fun setValue(ref: Any, prop: KProperty<*>, value: T)(source)

Set the value of the setting. This will also trigger the onChange callback.

Parameters

ref

The reference to the container instance (unused).

prop

The property for which the value is being set (unused).

value

The new value to set for the setting.