Skip to content
Discussion options

You must be logged in to vote

What you can do is use two way binding in the inner component like so:

out property <string> video-type;
//...
    if side_bar.current-item == 0 : 
            VideoCompress {
               video-type <=> root.video-type;
               //...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LeeeSe
Comment options

@bjorn
Comment options

@LeeeSe
Comment options

Answer selected by LeeeSe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants