Documentation

class Viewmethod

findViewContent()

Finds matching objects in the view hierarchy.

abstract findViewContent<T extends View>(
type: new (...args: any[]) => T,
): T[];

Related