fires on clicking a field in the configuration area
| e | Event | a native event object |
| id | string | the id of an item |
| type | string | the type of a clicked field part:"selector" or "filter" |
pivot.events.on("fieldClick",function(e,id,type){
// your code here
});