Publishing event action from model save action

As per skuid doc we can publish custom skuid event like:

var config = {

doSomething: true<br>};<br>var eventDetails = {<br> direction: 'vertical'<br>};&nbsp;<br>skuid.events.publish('acme.page.resize',[config,eventDetails]); 

What would be the passed for config and event details if we publish event from model save action as default?  Is there a way to publish event from model save action with  custom config and/or eventDetails? 

We are on Millau 11.0.3.

Thank you.
-Gyan