the element to bind the event to
DecoratorCallback
Decorator to bind a blur event to an element
@Blur("myInput")myInputBlur(e: FocusEvent) { console.log("Input lost focus");} Copy
@Blur("myInput")myInputBlur(e: FocusEvent) { console.log("Input lost focus");}
Generated using TypeDoc
the element to bind the event to