Events listeners to track all changes on all artboards

Hey,

I want to add events listeners to track any changes on all artboards on document

element.addEventListener("change", evt => {
    console.log(evt.target.data);
});

@iliashad welcome to the community. You should be able to listen for change events in the future panel release. The panel release is currently available via Adobe Prerelease program: https://forums.adobeprerelease.com/newxdprerelease/discussion/302/adobe-xd-plugin-panels-developer-prerelease-2#latest

If you don’t have access and would like to join, email us to request access at xdplugindevs1@adobe.com.