The community member is using a button to call a function that returns a tuple, and they are wondering if there is an existing attribute of the button to access the 'on_click' output, as they did not find anything in the docs. Another community member suggests looking at the examples of accessing the values of buttons in the docs, and also mentions the mo.ui.run_button function which can lazily process downstream cells.
Hi, I'm using a button to call a function that returns a tuple. Is there an existing attribute of the button to access the 'on_click' output? Didn't see anything in the docs.