JS bindings: Expose HadOverflow property #1773
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
The struct in
javascript/src/Layout.h
only exposes top, left, right, bottom, width, and height properties, while the C API inyoga/YGNodeLayout.h
additionally hasYGNodeLayoutGetHadOverflow()
. Can a wrapper forYGNodeLayoutGetHadOverflow()
get added to the JS bindings?Note this isn't the Overflow style property (which is already the JS bindings), but the flag set during the layout algorithm to indicate the Node overflows.