Remove property by key from an object. Returns false only if the property exists on the object itself, regardless of its prototypes, and cannot be deleted. It returns true in all other cases.
@param key A property key. @return A result.name
does not exist, this method will do nothing.
@param name the name of the property to delete.
@throws UnauthorizedException if not allowed to edit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|