MindFusion.Diagramming for JavaScript Programmer's Guide

Set.remove Method

See Also
 





Removes the specified element from the set.

Namespace: MindFusion.Collections
File: Set.js

 Syntax

JavaScript  Copy Code

function remove (key)

 Parameters

key

The element to remove.

 See Also