Replies: 1 comment 1 reply
-
Sure. This would even simplify coding more to have load() optional. I would avoid overriding the load method, as users would then need to call Maybe the It should definitely be in a method that is called like load(), as these attrs should not be saved in states. |
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
-
If there is no load method, attributes specified on the component tag could be automatically assigned to public attributes on the python side. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions