setValue

operator fun String.setValue(thisRef: StringMap, property: KProperty<*>, value: String?)(source)

Simplifies property assignment delegation for string maps when using a string constant.

Report a problem


operator fun <T> SerializedMapValue<T>.setValue(thisRef: StringMap, property: KProperty<*>, value: T?)(source)

Simplifies property assignment delegation for HxAttributes when setting attribute values from a string constant.

Report a problem