On Monday, February 12, 2018 at 9:03:50 AM UTC+1, David Nouls wrote: > > Is there a plan to also generate constants needed in the Elemental2 > classes ? > I am thinking about for example event-types or KeyboardEvent key values. > Or is it not possible to auto generate these ? >
There aren't such constants in browsers, so you won't find them in Elemental2, unless they're added "manually". In any case, they won't be generated by the jsinterop-generator. They could theretically be generated from other sources (which ones?), but not jsinterop-generator. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
