Docs (4.0.0)
class View method

findViewContent

A method that should be implemented to find matching components in the view hierarchy.

abstract

abstract findViewContent<T extends View>(type: ViewClass<T>): T[]

Related

  • class View abstractAn abstract class that represents a view.