I noticed in the API that you can stop a Projector, but if it has already rendered some DOM, is there a way to remove it. It appears calling projector.stop() only causes the projector to stop responding.
Removing a Maquette Projector
102 Views Asked by Kitson At
2
Since version 2.3, the maquette Projector has a detach function, which can be used to stop a
renderMaquetteFunction. The return value contains the DOM Node that can be removed. This seems to be what you were looking for.