Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ CallbackInput
Class
CallbackInput
dash/types.py:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
class
CallbackInput(TypedDict):
69
id: Union[str, WildcardId]
70
property: str
71
value: Any
72
73
74
CallbackInputs = Union[CallbackInput, List[CallbackInput]]
Callers
1
_expand_dep
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…