jointjs
Version:
JavaScript diagramming library
8 lines (4 loc) • 456 B
HTML
<pre class="docs-method-signature"><code>HighlighterView.remove(cellView)</code></pre>
<p>Remove all the highlighters from the <i>cellView</i>. Only highlighters, which are instances of this class are removed.</p>
<pre class="docs-method-signature"><code>HighlighterView.remove(cellView, id)</code></pre>
<p>Remove the highlighter with given <i>id</i> from the <i>cellView</i>. The highlighter which is not an instance of this class is not removed.</p>