Is there any documentation on what events widgets emit
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 01:32 PM
I have been having trouble finding any documentation/references to events that the SerrviceNow widgets emit.
For example, I know there is a “data_table.click” event that I can use in my widget’s client controller
$scope.$on('data_table.click', function(e, parms) { …}
Are there any others? Is there a list somewhere?
Is there a way to log the events as they are generated from the client controller code?
0 REPLIES 0