Skip to main content
Solved

How to detect when node is resized?

  • June 26, 2023
  • 2 replies
  • 633 views

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?

Best answer by Zack_Hong

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)

This topic has been closed for replies.

2 replies

Gleb
  • Power Member
  • 4716 replies
  • June 26, 2023

  • Author
  • 30 replies
  • Answer
  • June 26, 2023

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)