-
I'm defining a Listing and want to use a Mixin to add properties to certain entries but not sure how to structure this or if it's possible.
Also tried something more inline which also doesn't work.
|
Beta Was this translation helpful? Give feedback.
Answered by
odenix
Mar 20, 2024
Replies: 1 comment
-
A mixin cannot add a new property to a class, if that's what you're trying to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aka-mj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A mixin cannot add a new property to a class, if that's what you're trying to do.