v0.20.230 - 6.3 / 6

on:__

Attaches a native or custom event listener. The part after on: is the event name and is case-sensitive (on:click and on:Click listen to different events). The value can be a function, an object with { handleEvent, once?, passive?, capture? }, or an array of either to register multiple handlers on the same event.

# Using Native Events