Gleb
01/16/2025, 10:29 PMwindow
object. However, so far I was not able to find a proper way of implementing the mapping
Let's say the script provides window.foo
which is a string
value
When I tried to add a mapping I did something like this external val Window.foo: String
, however apparently I cannot make an extension property external and the solution offered by my IDE (asDynamic
) also fails miserably. What is the right way of tackling it?