In the Qwik development framework, there is a requirement to transmit a value obtained from a custom selector (child component) to the parent component, with the purpose of storing said information in an object for later manipulation.
Asked
Active
Viewed 57 times
0
-
What do you mean with custom selector? if you have to pass data from parent to child you can use [props](https://qwik.builder.io/docs/components/overview/#props) – Giorgio Boa Jul 27 '23 at 14:55