objectLifeCycle
Optional property objectLifeCycle describes hooks executed when events fired on object life cycle.
Events are:
Syntax
"objectLifeCycle": {
"willCreate": "",
"didCreate": "",
"willSave": "",
"didSave": "",
"willRemove": "",
"didRemove": "",
"didRead": ""
}
Each hook can contains Javascript scenario that will executed when corresponding event fired.