scryRenderedDOMComponentsWithTag function
- @JS('React.addons.TestUtils.scryRenderedDOMComponentsWithTag')
- dynamic tree,
- String tagName
Finds all instances of components in the rendered tree that are DOM components with the tag name matching tagName.
Implementation
@JS('React.addons.TestUtils.scryRenderedDOMComponentsWithTag')
/// Finds all instances of components in the rendered tree that are DOM
/// components with the tag name matching tagName.
external List<dynamic> scryRenderedDOMComponentsWithTag(/* [1] */ tree, String tagName);