...
Code Block |
---|
window.OnEventListener = (event, target) => { if (event == "FrameMovedFinished") { console.log("Frame moved with id " + target) } } editorObject.AddListener("FrameMoveFinished"); |
See https://chilipublishdocs.atlassian.net/wiki/spaces/CPDOC/pages/1412202501/1413282Editor+Events for a list of all available events
...