the element to bind the event to
DecoratorCallback
Decorator to bind an input event to an element
@Input("myInput")myInputChange(e: InputEvent) { console.log("Input changed");} Copy
@Input("myInput")myInputChange(e: InputEvent) { console.log("Input changed");}
Generated using TypeDoc
the element to bind the event to