Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create an ExtensionObject? #135

Closed
yongzhi0113 opened this issue Nov 7, 2023 · 1 comment
Closed

How to create an ExtensionObject? #135

yongzhi0113 opened this issue Nov 7, 2023 · 1 comment

Comments

@yongzhi0113
Copy link

Reviewing your project,
the inputArgument and outputArgument under the method node do not have values assigned.

I need to create a method. How can I assign values to the arguments below?
I assume it involves using ExtensionObject to assign values, but I don't know how to create an ExtensionObject.
Could you please explain how to do it?

@nauful
Copy link
Owner

nauful commented Nov 7, 2023

Here are some samples for handling method calls:
#23
#29

ExtensionObjects are for more complex data types. If you're fine with the regular types and arrays, you won't need those.

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

No branches or pull requests

2 participants