Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 743 Bytes

clickoutside.clickoutsidelimit.md

File metadata and controls

24 lines (14 loc) · 743 Bytes

Home > @svelte-put/clickoutside > ClickOutsideLimit

ClickOutsideLimit interface

Limit to which the click event will trigger clickoutside

Signature:

export interface ClickOutsideLimit 

Remarks

Currently only the parent option is supported

Properties

Property Modifiers Type Description
parent HTMLElement Click event beyond the boundingRect of this parent node will not trigger clickoutside