RageclickConfig
Properties
| Name | Type |
|---|---|
click_count | number |
Number of consecutive clicks within the timeout to qualify as a rage click. 3 | |
content_ignorelist | boolean | string[] |
Controls automatic exclusion of elements by text content from rageclick detection. Useful for pagination buttons, loading spinners, and other repeatedly-clicked UI elements. - | |
css_selector_ignorelist | string[] |
List of CSS selectors to ignore rageclicks on e.g. ['.my-calendar-button'] we consider the tree of elements from the root to the target element of the click event so for the tree div div button svg and ignore list config | |
threshold_px | number |
Maximum pixel distance between clicks to still be considered a rage click. 30 | |
timeout_ms | number |
Maximum time window (in milliseconds) between the first and last click. 1000 | |