Solved
htl pass data between htl
Is there any way we can pass a variable from component to another.
tried
<sly data-sly-resource="${resourceType='my/components/embeddedComponent', myParam='myValue'}></sly>
can I read the myParam in embeddedComponent ?