is there a better way to interop with JS APIs expe...
# javascript
b
is there a better way to interop with JS APIs expecting objects than @JsPlainObject? that one does not work with the K2 alpha plugin in intellij and losing IDE support is too painful
1
e
Currently no. You'll have to wait 2024.2 release, or probably 2024.3. In the meantime keep using
jso<T>
Btw, there are still open issues for
@JsPlainObject
, so I'd wait to use it for stuff you need in production.
b
thank you