Replies: 1 comment 5 replies
-
It does seem quite useful, but there are some things to consider:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made another property Delegate and an overload to the propertyFor function to go with it :
Very useful on components with a single argument IMO.
I'll be happy to submit a PR is this is deemed useful.
I don't know if there is a need for an
optionalPropertyFor
function : It will behave the same if the value of the subproperty is null and if the component itself doesn't exit. If the subproperty is non nullable, there is no problem though.Beta Was this translation helpful? Give feedback.
All reactions