Custom PlugIn inputs and outputs #3448
Unanswered
bhandaribhumin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not sure I understand your question. Are you having difficulty extracting the array of strings from the call in Swift? Based on your example, it looks like this should work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to access [String] in to Plugin.swift passing from definitions.js.
//access into Plugin.swift
// how to send from function
const permissions = ["Read","Write","ReadWrite"]
echo(options: { value: permissions }): Promise<{ result: any }>;
Beta Was this translation helpful? Give feedback.
All reactions