-
It's easy to do this in the same file.
I know I can do this, but it would be ugly if I want to access multiple fields of
|
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Feb 15, 2025
Replies: 1 comment
-
The "public" interface of the component needs to be declared with in or out properties. You can slightly simplify your code with two way binding: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aurexav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "public" interface of the component needs to be declared with in or out properties.
You can slightly simplify your code with two way binding:
out property foo_width <=> foo.width;