click:outside
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<ANY click-outside="{expression}"
[outside-if-not="{string}"]>
...
</ANY>
| Param | Type | Details |
|---|---|---|
| click-outside | expression | Function to call when element is clicked outside of. |
| outside-if-not (optional) | string | Selector to match any elements that should not trigger the click-outside function |
Was this page helpful?