set

Common
abstract fun set(value: V)

Modifies the value of the property.

Parameters

value

the new value to be assigned to this property.

abstract fun set(value: V)

Modifies the value of the property.

Parameters

value

the new value to be assigned to this property.

JS
abstract fun set(value: V)

Modifies the value of the property.

Parameters

value

the new value to be assigned to this property.

Native
abstract fun set(value: V)

Parameters

value

the new value to be assigned to this property.