How to detect when node is resized?

Hi, I want my plugin to perform an operation whenever a node is being resized. Is there an event that is triggered whenever a node is resized? If so, what handler should I use to catch that event?

https://www.figma.com/plugin-docs/search/?q=documentchange

Alrite, I figured out that resizing a node also triggers an event that contains an array of documentchange objects of type “PROPERTY-CHANGE” (similar to my previous question here)