PlotlyWidget.trait_events¶
-
classmethod
PlotlyWidget.
trait_events
(name=None)¶ Get a
dict
of all the event handlers of this class.- Parameters
name (str (default: None)) – The name of a trait of this class. If name is
None
then all the event handlers of this class will be returned instead.- Returns
- Return type
The event handlers associated with a trait name, or all event handlers.