setter

Native
1.3
fun setter(obj: JsValue, property: String, string: String)
(source)
Deprecated: K/N WASM target and all related API is deprecated for removal. See https://blog.jetbrains.com/kotlin/2023/02/update-regarding-kotlin-native-targets for additional details
fun setter(
    obj: JsValue,
    property: String,
    lambda: KtFunction<Unit>)

(source)
Deprecated: K/N WASM target and all related API is deprecated for removal. See https://blog.jetbrains.com/kotlin/2023/02/update-regarding-kotlin-native-targets for additional details