get_selection_mode()
Return a selection mode entry, raising on unsupported names.
name (str) – Selection mode identifier (e.g., mag_global).
mag_global
SelectionMode instance with validators and handlers.
SelectionMode
ValueError – If the name is not registered.