plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Builtin events for some dash DAQ components #9

Open Bachibouzouk opened 6 years ago

Bachibouzouk commented 6 years ago

It would be nice to have more refined callbacks for the DashDaq components, and to have click for all of them.

Some ideas :

  1. release (like click but only fires when the mouse is released)
  2. double_click
  3. pressed (like click but only when the mouse is pressed)
  4. changed_ui vs changed_programatically to distinguish between user input or other callbacks

More ideas can be found in PyQt4/5 QtCore

Maybe this is what the SetProps attribute is for?