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.
1 parent 09dc4a9 commit f60d05aCopy full SHA for f60d05a
dash/_callback.py
@@ -68,10 +68,10 @@ def callback(
68
*_args,
69
background: bool = False,
70
interval: int = 1000,
71
- progress: Optional[Output] = None,
+ progress: Optional[Union[List[Output], Output]] = None,
72
progress_default: Any = None,
73
running: Optional[List[Tuple[Output, Any, Any]]] = None,
74
- cancel: Optional[List[Input]] = None,
+ cancel: Optional[Union[List[Input], Input]] = None,
75
manager: Optional[BaseBackgroundCallbackManager] = None,
76
cache_args_to_ignore: Optional[list] = None,
77
on_error: Optional[Callable[[Exception], Any]] = None,
0 commit comments