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 can we define a param that is of type list of records? #213

Open
danechitoaie opened this issue Sep 2, 2020 · 1 comment
Open

How can we define a param that is of type list of records? #213

danechitoaie opened this issue Sep 2, 2020 · 1 comment

Comments

@danechitoaie
Copy link

I ned to render from JavaScript an array of JSON objects. How can we define this as a param?

I've tried: @param issues: <[key: string, summary: string]> but doesn't work.

@robfig
Copy link

robfig commented Dec 6, 2020

I think that should be @param issues: list<[key: string, summary: string]>

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