Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ CallbackDependency
Class
CallbackDependency
dash/types.py:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
CallbackDependency(TypedDict):
43
id: Union[str, WildcardId]
44
property: str
45
46
47
CallbackOutputTarget = Union[CallbackDependency, List[CallbackDependency]]
Callers
1
_expand_output_spec
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…