handlesFollowMoves property

bool get handlesFollowMoves

Whether an available handle can follow its entity to a new identity.

Backends that return true allow the collection to revalidate available handles before entity-based additions and removals. This prevents cached metadata from hiding a handle that has followed an item to the requested identity. Path-based backends normally leave this false.

Implementation

bool get handlesFollowMoves => false;