param.reactive.reactive_ops.when#
- reactive_ops.when(*dependencies)[source]#
Returns a reactive expression that emits the contents of this expression only when the condition changes.
- Parameters:
dependencies (param.Parameter | rx) – A dependency that will trigger an update in the output.