We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This event gets dispatched when the raw (JSON) code of the page changes. Useful when you need to rerender some components when the page updated.
Usage example (from a third-party plugin):
parent.document.addEventListener( 'pageCodeUpdated', function ( customEvent ) { console.log( "This message appears after page code updated" ); });`