You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ReactAdapterElement, @ClientCallable, executeJs etc its a manual job to create a Typescript interface. If they do not match no error is shown, but fails in runtime.
Please add something like:
@FrontendInterface
public record RgbaColor(int r, int g, int b, double a)
When using ReactAdapterElement, @ClientCallable, executeJs etc its a manual job to create a Typescript interface. If they do not match no error is shown, but fails in runtime.
Please add something like:
that generates:
The text was updated successfully, but these errors were encountered: