if I have
public class Foo{
public String Name
...
}
explain how to pass an instance of this to JS interop
- pure fields do not work (they need settgers and getters)
- the member names are changed to match JS naming conventions ie Name => name etc. (a big surprise)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
if I have
explain how to pass an instance of this to JS interop
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.