deleteProperty method
- Object property
Removes property from the JavaScript object.
This is the equivalent of the delete operator in JavaScript.
Implementation
external void deleteProperty(Object property);
Removes property from the JavaScript object.
This is the equivalent of the delete operator in JavaScript.
external void deleteProperty(Object property);