--- title: Element.onwheel slug: Web/API/GlobalEventHandlers/onwheel tags: - API - DOM - Gestionnaires d'évènements - Propriété - évènements translation_of: Web/API/GlobalEventHandlers/onwheel original_slug: Web/API/Element/onwheel ---
{{ ApiRef("DOM") }}
La propriété onwheel
renvoie le code du gestionnaire d'évènements onwheel
de l'élément courrant.
element.onwheel = function() { .. }
Spécification | Statut | Commentaire |
---|---|---|
{{SpecName('HTML WHATWG','webappapis.html#handler-onwheel','onwheel')}} | {{Spec2('HTML WHATWG')}} |
{{Compat("api.GlobalEventHandlers.onwheel")}}