Replies: 1 comment 1 reply
-
And just as I post that i saw that my
and it seems to work. Is this the correct way of setting up a model like this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bit of a complex one but I have a model that looks like this
Specifically, I'm looking at the
properties
value.I want it to default to an array with two objects in the shape I've defined with their value being an instance of a
Color
model, so that whenever I create a new instance of thisAudioFlicker
it will have a default properties array with with two objects containing a value equal to aColor
model instance.Beta Was this translation helpful? Give feedback.
All reactions