Documentation

unlinked

A function that will be called when the object is unlinked.

unlinked?: (object: T) => void;

Related