Join Slack
Powered by
is there a way to exclude a method on an exported ...
# javascript
b
Bernhard
07/27/2026, 11:32 AM
is there a way to exclude a method on an exported class from being exported to JS?
✅ 1
b
broadway_lamb
07/27/2026, 11:32 AM
Yes, you can annotate it with
@JsExport.Ignore
.
4
Views
Open in Slack
Previous
Next