Adding FrontEnd output handlers
<wm-button id="button" (click)="clickHandler($event)" [model]="model.button" class="button">
</wm-button>clickHandler(event: any): void {
// add click handler logic
}Last updated
Was this helpful?
<wm-button id="button" (click)="clickHandler($event)" [model]="model.button" class="button">
</wm-button>clickHandler(event: any): void {
// add click handler logic
}Last updated
Was this helpful?
Was this helpful?