Skip to content

Instantly share code, notes, and snippets.

@gaurishwnc
Created March 28, 2020 17:17
Show Gist options
  • Select an option

  • Save gaurishwnc/72ba3530b09f33f06d0a79b7a0d33637 to your computer and use it in GitHub Desktop.

Select an option

Save gaurishwnc/72ba3530b09f33f06d0a79b7a0d33637 to your computer and use it in GitHub Desktop.
//----"ticketdelete" is the event name.
//----"param" is the parameter name sent through the event
CustomEvent evt = new CustomEvent("ticketdelete",{param: 'any value'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment