You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X] I have searched existing issues and this is not a duplicate
The struct in javascript/src/Layout.h only exposes top, left, right, bottom, width, and height properties, while the C API in yoga/YGNodeLayout.h additionally has YGNodeLayoutGetHadOverflow(). Can a wrapper for YGNodeLayoutGetHadOverflow() 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: