Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Methods to access descendant components #2

Open
mitar opened this issue Mar 2, 2016 · 1 comment
Open

Methods to access descendant components #2

mitar opened this issue Mar 2, 2016 · 1 comment

Comments

@mitar
Copy link
Member

mitar commented Mar 2, 2016

Currently we have only methods to access direct children. We should probably have methods to go automatically deeper in the tree:

  • first descendant which matches a condition (breadth-first search)
  • first sibling descendants which match a condition (breadth-first search)
  • all descendants which match a condition
@mitar
Copy link
Member Author

mitar commented Mar 7, 2016

Maybe it could be similar to jQuery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant