the element to bind the event to
DecoratorCallback
Decorator to bind a click event to an element
@Click("myButton")myButtonClick(e: MouseEvent) { console.log("Button was clicked");} Copy
@Click("myButton")myButtonClick(e: MouseEvent) { console.log("Button was clicked");}
Generated using TypeDoc
the element to bind the event to