Skip to main content

GUI_UpdatebirdsEye

Callback event that returns data when the Bird's eye for the current drawing/document is updated.

Callback Parameters

This callback has no parameters.

Example


RxCore.GUI_UpdatebirdsEye.connect(function(){
console.log("birds eye updated");

});