mne.viz.ui_events.FigureClosing#

class mne.viz.ui_events.FigureClosing[source]#

Indicates that the user has requested to close a figure.

Attributes:
namestr

The name of the event, which is the class name in snake case.

sourcematplotlib.figure.Figure | Figure3D

The figure that published the event.

property name#

The name of the event, which is the class name in snake case.