click_outside.svelte.ts view source
(cb: () => void): Attachment<HTMLElement> Creates an attachment that calls cb when a mousedown occurs outside the element.
cb
type
() => voidreturns
Attachment<HTMLElement> click_outside.svelte.ts view source
(cb: () => void): Attachment<HTMLElement> Creates an attachment that calls cb when a mousedown occurs outside the element.
cb() => voidAttachment<HTMLElement>