How to get properties on an array tag #625
Unanswered
conordowneyrr
asked this question in
Q&A
Replies: 1 comment
-
Sorry for late response. Can you please elaborate the issue? I'm not able to understand the problem here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using typescript I have to set up my types before I parse the XML. my XML looks like:
my types are:
but how do I handle the attributes on the FormItems. FormItems is not its own type, its just an array of another type. So I dont know what t odo here
Beta Was this translation helpful? Give feedback.
All reactions