afterRender
- Callback function executed after all scheduled updates had been processed (both asynchronous and synchronous rendering). The callback function is provided with the following arguments:
stats | object | Statistics about the current update. |
options | object | Parameters the current updates were scheduled with. |
paper | joint.dia.Paper | This paper instance |