We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8804571 + 28f79b3 commit c18a6c1Copy full SHA for c18a6c1
1 file changed
dash/_callback.py
@@ -854,6 +854,7 @@ def register_clientside_callback(
854
None,
855
prevent_initial_call,
856
no_output=no_output,
857
+ hidden=kwargs.get("hidden", False),
858
)
859
860
# If JS source is explicitly given, create a namespace and function
0 commit comments