param.reactive.reactive_ops.set#

reactive_ops.set(value)[source]#

Set the input of the pipeline to a new value. Equivalent to .rx.value = value.

Parameters:

value (object) – The value to set the pipeline input to.