findViewContent()
Finds matching objects in the view hierarchy.
abstract findViewContent<T extends View>(
type: new (...args: any[]) => T,
): T[];
Related
class View abstract
An abstract class that represents a view.
Finds matching objects in the view hierarchy.
abstract findViewContent<T extends View>(
type: new (...args: any[]) => T,
): T[];