Hi All,
I want to read node property in below dialog-ready function in js that i am using in AEM6.2.
$document.on("dialog-ready", function(e) {
// here i want to read jcr node property which belongs to current component
});
Please let me know the way to read the same.
Thanks,
Pradeep