mne.viz.ui_events.UIEvent#
- class mne.viz.ui_events.UIEvent[source]#
Abstract base class for all events.
- Attributes:
name
str
The name of the event, which is the class name in snake case.
- source
matplotlib.figure.Figure
|Figure3D
The figure that published the event.
- property name#
The name of the event, which is the class name in snake case.