mhsdesign / MhsDesign.LiveInspectorJsEvents

Send JsEvents to the iframe on Inspector changes
GNU General Public License v3.0
5 stars 2 forks source link

Docs: Mention existing `Neos.NodeCreated` `Neos.NodeRemoved` `Neos.NodeSelected` events #5

Open mhsdesign opened 2 years ago

mhsdesign commented 2 years ago

https://docs.neos.io/cms/manual/extending-the-user-interface/interacting-with-the-neos-backend#javascript-events

The Neos backend will dispatch events that can be listened on when the following events occur:

Also link to node model ts interface

mhsdesign commented 2 years ago

Also mention https://github.com/mhsdesign/MhsDesign.LiveInspectorDomChange i the docs #3