How to get properties on an array tag #625
Unanswered
conordowneyrr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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