(n_clicks)
| 30 | prevent_initial_call=True, |
| 31 | ) |
| 32 | def on_click(n_clicks): |
| 33 | set_props("secondary-output", {"children": "secondary"}) |
| 34 | return f"Clicked {n_clicks} times" |
| 35 | |
| 36 | dash_duo.start_server(app) |
| 37 |
nothing calls this directly
no test coverage detected
searching dependent graphs…