# on-outside `{{on-outside 'click' (fn @callback}}` works similarly to `{{on }}` but allows you to attach handlers that is specifically not the currently modified element. ```hbs preview-template ``` ## Positional Arguments | Argument | Type | Default | Description | | --- | --- | --- | --- | | `event` | `string` | | Name of the event to listen for | | `handler` | `function` | | Function to handle the event |