Solutionunvalidated
Define the handler function so the parameter (the event) is declared/inferred (e.g., type-safe handler or convert the project to TypeScript), or add a JSDoc type annotation for the event parameter so IntelliSense can provide completions.
c0adab88-e0b0-404e-9102-8a7df2774e46
Define the handler function so the parameter (the event) is declared/inferred (e.g., type-safe handler or convert the project to TypeScript), or add a JSDoc type annotation for the event parameter so IntelliSense can provide completions.