Question says it all (and I may be being obtuse - but I can’t find anything).
Is there a get_props function that returns values associated with a component in the same way that get_props sets them?
Thanks,
Sean Matthews
Question says it all (and I may be being obtuse - but I can’t find anything).
Is there a get_props function that returns values associated with a component in the same way that get_props sets them?
Thanks,
Sean Matthews
Hello @sean_matthews,
Welcome to the community!
I think there is a new access to this in 3.0. This is a good question.
As far as otherwise, you can just use it as a state argument.
I have suspected that you can do it somehow with the state machinery, but so far, my efforts have failed. Could you point me to a code snippet, maybe.
Would be much appreciated!
Oh, and thanks for the welcome!
Check out here: