Skip to content

Commit

Permalink
Update content/docs/reference-events.md
Browse files Browse the repository at this point in the history
Co-Authored-By: cezaraugusto <[email protected]>
  • Loading branch information
halian-vilela and cezaraugusto authored Feb 9, 2019
1 parent 7b580ed commit d10769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/reference-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Este guia de referência documenta o agregador `SyntheticEvent` (evento sintéti

## Visão geral {#visao-geral}

Os manipuladores de evento (_event handlers_) serão passados como instâncias do `SyntheticEvent`, um agregador _cross-browser_ que envolve os eventos nativos do navegador. Ambos tem a mesma interface, incluindo `stopPropagation()` e `preventDefault()`, considerando que os eventos funcionem de forma idêntica entre os navegadores.
Os manipuladores de evento (_event handlers_) serão passados como instâncias do `SyntheticEvent`, um agregador _cross-browser_ que envolve os eventos nativos do navegador. Ambos tem a mesma interface, incluindo `stopPropagation()` e `preventDefault()`, porém funcionam de forma idêntica em todos os navegadores.

Caso você pense, por algum motivo, que precisa do evento original do navegador, basta utilizar o atributo `nativeEvent` para acessá-lo. Cada objeto do `SyntheticEvent` tem os seguintes atributos:

Expand Down

0 comments on commit d10769c

Please sign in to comment.