MCPcopy Index your code
hub / github.com/plotly/dash / generate_button

Function generate_button

tests/integration/callbacks/test_arbitrary_callbacks.py:255–263  ·  view source on GitHub ↗
(n_clicks)

Source from the content-addressed store, hash-verified

253 Input("origin-button", "n_clicks"),
254 )
255 def generate_button(n_clicks):
256 set_props(
257 "generated-button-container",
258 {
259 "children": html.Button(
260 "generated button", id="generated-button", n_clicks=0
261 )
262 },
263 )
264
265 @app.callback(
266 Output("generated-button-output", "children"),

Callers

nothing calls this directly

Calls 1

set_propsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…