Skip to content

Commit c18a6c1

Browse files
authored
Merge pull request #3563 from l0uden/hidden_clientside_callbacks
Add hidden to clientside callbacks as configurable parameter
2 parents 8804571 + 28f79b3 commit c18a6c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/_callback.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ def register_clientside_callback(
854854
None,
855855
prevent_initial_call,
856856
no_output=no_output,
857+
hidden=kwargs.get("hidden", False),
857858
)
858859

859860
# If JS source is explicitly given, create a namespace and function

0 commit comments

Comments
 (0)