How to only trigger Area2D when entire body enters the area?

Godot Version

4.2.1

Question

How would I make it so an Area2D only triggers (or my code only runs) when the entire body is in the Area2D, not just any part of it?

Looks like this one may be helpfull: Check if Area2D fully encloses PhysicsBody2D - #2 by system