MCPcopy
hub / github.com/joerick/pyinstrument / OnClickOutsideOptions

Interface OnClickOutsideOptions

html_renderer/src/lib/utils.ts:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116interface OnClickOutsideOptions {
117 ignore?: (HTMLElement | string)[];
118 capture?: boolean;
119}
120
121type OnClickOutsideHandler = (evt: MouseEvent) => void;
122

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…