Event Hooks
Integration relation event hooks
onDetailsOpened
polarity.export = PolarityComponent.extend({
onDetailsOpened: function(){
// executed after the user has expanded the details block and the
// DOM is fully loaded.
}
});onDetailsClosed
polarity.export = PolarityComponent.extend({
onDetailsClosed: function(){
// executed after the user has closed the details block
}
});onDetailsComplete
onDetailsError
Last updated