Description
Description
In the documentation https://neos.readthedocs.io/en/4.0/ExtendingNeos/InteractionWithTheNeosBackend.html?highlight=Neos.NodeCreated#javascript-events is the interaction with the Neos Backend described.
Essentially for this is to know which kind of NodeType is handled in the event. In the old ui the whole node was added to the node wrap in the backend
Expected behavior
I know there was a decision which I think is absolut right to NOT render the whole node into the wrapping div. But for interacting with the backend and to handle javascript based contentelements like sliders or tabelements it is necessary to have the information about which NodeType is handled in the fired event. Otherwise it would be necessary to add the NodeType information to the class or something else in the NodeType definition itself.
Actual behavior
Affected Versions
Neos: 4.0.5
UI: 1.2.2