- WindowEvent<K>(type): (<This>(target, context) => void)
Type Parameters
- K extends keyof WindowEventMap
Returns (<This>(target, context) => void)
DecoratorCallback
- <This>(target, context): void
Parameters
- target: ((this, event) => void)
- (this, event): void
Parameters
- this: This
- event: WindowEventMap[K]
Returns void
- context: ClassMethodDecoratorContext<This, ((this, event) => void)>
Returns void
the event to bind