Skip to content

Fix 'out' arguments for javascript bindings#190

Merged
martinweismann merged 10 commits intoAutodesk:JSImplfrom
edkilday:out-args
Jul 20, 2023
Merged

Fix 'out' arguments for javascript bindings#190
martinweismann merged 10 commits intoAutodesk:JSImplfrom
edkilday:out-args

Conversation

@edkilday
Copy link
Collaborator

Return out aguments from javascript methods as an array.
For example, where x and y are out arguments.

const [x, y] = obj.method(z);

@martinweismann martinweismann merged commit 2b862ba into Autodesk:JSImpl Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants