Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public remove(object: Element) {
delete this._storage[object.id]
if (this.parent) {
if (object.isSaved) {
this._updateValue[object.id] = FieldValue.delete()
}
}
}