diff --git a/entries/resizable.xml b/entries/resizable.xml
index a7f1a9bf..4c4f1662 100644
--- a/entries/resizable.xml
+++ b/entries/resizable.xml
@@ -153,12 +153,22 @@
The size represented as { width, height }
before the resizable is resized
- The current position represented as { left, top }
+ The current position represented as { left, top }
. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic.
- The current size represented as { width, height }
+ The current size represented as { width, height }
. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic.
+
+ Restrict height resizing to 30 pixel increments:
+
+
This event is triggered at the end of a resize operation.