Is there any documentation on what events widgets emit

Scott Thompson
Tera Expert

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