Documentation

unlink()

Unlinks this observable object.

unlink(): this;

Summary

This method marks the object as ‘stale’ or ‘deleted’, which means that the object should no longer be used by the application — even though the object’s properties can still be accessed.

Related