Shows a previously hidden parameter after the control panel is drawn. Useful for callback functions, i.e. toggling the visibility of a parameter based on the value of another parameter.
Parameters
name — str, required
The name of the parameter to show.
charwick
Jul 04, 2024 at 15:09This code hides the
'rent'
parameter depending on whether the'city'
parameter is checked.