Skip to content

Instantly share code, notes, and snippets.

@gaurishwnc
Created March 28, 2020 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaurishwnc/72ba3530b09f33f06d0a79b7a0d33637 to your computer and use it in GitHub Desktop.
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