mne.viz.ui_events.VertexSelect#
- class mne.viz.ui_events.VertexSelect(hemi: str, vertex_id: int)[source]#
Indicates that the user has selected a vertex.
- Parameters:
- 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.
- hemi
str The hemisphere the vertex was selected on. Can be
"lh","rh", or"vol".- vertex_id
int The vertex number (in the high resolution mesh) that was selected.
- property name#
The name of the event, which is the class name in snake case.