Documentation

beforeUnlink()

Unlink handler, clears the list when unlinked.

beforeUnlink(): void;

Note
If you extend this class and override this method, you must call super.beforeUnlink() to ensure the list is cleared.

Related