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