mne.viz.ui_events.TimeChange#
- class mne.viz.ui_events.TimeChange(time: float)[source]#
 Indicates that the user has selected a time.
- Parameters:
 - time
float The new time in seconds.
- time
 - Attributes:
 namestrThe name of the event, which is the class name in snake case.
- source
matplotlib.figure.Figure|Figure3D The figure that published the event.
- time
float The new time in seconds.
- property name#
 The name of the event, which is the class name in snake case.