MCPcopy
hub / github.com/refined-github/refined-github / GlobalEventHandlersEventMap

Interface GlobalEventHandlersEventMap

source/globals.d.ts:49–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48// Custom UI events specific to RGH
49interface GlobalEventHandlersEventMap {
50 'details:toggled': CustomEvent;
51 'pjax:error': CustomEvent;
52 'page:loaded': CustomEvent;
53 'turbo:visit': CustomEvent;
54 'session:resume': CustomEvent;
55 itemActivated: CustomEvent;
56 // No input:InputEvent match
57 // https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1174#issuecomment-933042088
58}
59
60declare namespace JSX {
61 interface IntrinsicElements {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected