Accessing Referenced Model's Property Type #5847
Replies: 1 comment
-
|
It was a mistake on my part, seems I was overriding a model property type somewhere along the way. Closing now |
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.
-
Hi,
I'm trying to emit something in the lines of:
and was hoping that when emitting the
Foo2model and accessing thefooArrayproperty's type (i.e.Foo), the type for Foo'sidproperty would show as an Array. However, when I dig into the properties,idends up being a simple numeric type without indication of it being an array.When I walk through
Foo,idis correctly identified as an Array, but not whenidis accessed when walking through theFoo2model.Any ideas or thoughts as to what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions