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 ab0e59c + c18a6c1 commit 70b37a5Copy full SHA for 70b37a5
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