MCPcopy 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
68class CallbackInput(TypedDict):
69 id: Union[str, WildcardId]
70 property: str
71 value: Any
72
73
74CallbackInputs = Union[CallbackInput, List[CallbackInput]]

Callers 1

_expand_depFunction · 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…