Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing Props from Child to Parent component in JET VDOM Component

User_MEE9HSep 2 2022

As per JET VDOM Doc, we can pass Props from parent and child.
That's straight.
But many times, child processed those props data and send new value to the parent,
How this can be achieve? In traditional React/Preact app, we can use props to getting and sending data among various components.

This post has been answered by User_MEE9H on Sep 16 2022
Jump to Answer
Comments
Post Details
Added on Sep 2 2022
2 comments
407 views