Dash.dependencies Inputs

Hi

I am looking at the list of all potential inputs (from the dash.dependencies.Input) for a given component (dcc.Graph for instance)
Where can I find this please ?

Hi @cyril_lm welcome to the forum! You can take a look at the Dash API reference, for example https://dash.plotly.com/dash-core-components/graph for dcc.Graph. Any of the component properties (as listed in “Graph properties” in this page) can be used as Input to trigger a dash callback.