Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gaurishwnc's full-sized avatar

Gaurish Goel gaurishwnc

View GitHub Profile
//----"ticketdelete" is the event name.
//----"param" is the parameter name sent through the event
CustomEvent evt = new CustomEvent("ticketdelete",{param: 'any value'});
CustomEvent evt = new CustomEvent(
"ticketdelete",{detail: this.dataToDisplay.Id});