google / closure-templates

A client- and server-side templating system that helps you dynamically build reusable HTML and UI elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

danechitoaie opened this issue · comments

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.

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