I was looking at making GraphicShape implement IUIBase. The AS interface has a bunch of method definitions https://github.com/apache/flex-asjs/blob/develop/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/IUIBase.as
The JS interface is looking empty https://github.com/apache/flex-asjs/blob/develop/frameworks/js/FlexJS/src/org/apache/flex/core/IUIBase.js Is this intentional? Thanks, Om