The incremental renderer state is a kind of floaty renderer state in which
ontology's diagrams are used only to compute what to show.
There is only a single empty diagram and any render() call just render the same diagram
no matter what was the input diagram.
This renderer state is logic agnostic, meaning that it does not control what to show and when.
You can decide what to show/hide outside, based on lifecycle and/or other custom developed widgets.
The incremental renderer state is a kind of floaty renderer state in which ontology's diagrams are used only to compute what to show. There is only a single empty diagram and any render() call just render the same diagram no matter what was the input diagram.
This renderer state is logic agnostic, meaning that it does not control what to show and when. You can decide what to show/hide outside, based on lifecycle and/or other custom developed widgets.