You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/2-events/05-dispatch-events/article.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ let event = new Event(type[, options]);
18
18
19
19
Argomenti:
20
20
21
-
-*type* -- tipo dell'evento, una stringa come `"click"` oppure una personale come `"mio-evento"`.
21
+
-*type* -- tipo dell'evento, una stringa come `"click"` oppure una personalizzata come `"mio-evento"`.
22
22
-*options* -- l'oggetto con due proprietà opzionali:
23
23
-`bubbles: true/false` -- se `true`, l'evento sarà soggetto a bubbling.
24
24
-`cancelable: true/false` -- se `true`, "l'azione predefinita" può essere impedita. Successivamente vedremo cosa questo significhi per gli eventi personalizzati.
0 commit comments