Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 306 Bytes

File metadata and controls

1 lines (1 loc) · 306 Bytes

Whenever an input property changes, the function that the callback decorator wraps will get called automatically. Dash provides this callback function with the new value of the input property as its argument, and Dash updates the property of the output component with whatever was returned by the function.