findViewContent()
Implementation of View.findViewContent(); returns an empty array unless overridden.
findViewContent<T extends View>(type: new (...args: any[]) => T): T[];
Related
class UIElement abstract
The base class for built-in UI view elements.
