var value; // Type: any value = RemoveElement(element);
function RemoveElement( element : any ) : any;
Parameters
- element
- The ID of the element to remove as a string.
Return Value
.
var value; // Type: any value = RemoveElement(element);
function RemoveElement( element : any ) : any;