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