Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
Calls function when a click event occurs outside of the element. Good for closing side panels, menus, etc.Usage
as attributeParameters
| 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 |