]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - src/Types.ts
Merge pull request #926 from ficristo/search-fix
[mirror_xterm.js.git] / src / Types.ts
index 9e8cd7623db0efff8e654fcc41d546eb05e2c7ac..896b729a8135857b10956c15e4753bcdea9f5245 100644 (file)
@@ -11,4 +11,4 @@ export type LinkMatcher = {
   priority?: number
 };
 export type LinkMatcherHandler = (event: MouseEvent, uri: string) => boolean | void;
-export type LinkMatcherValidationCallback = (uri: string, callback: (isValid: boolean) => void) => void;
+export type LinkMatcherValidationCallback = (uri: string, element: HTMLElement, callback: (isValid: boolean) => void) => void;