Documentation

findViewContent()

Implementation of View.findViewContent() that searches within this container.

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

Related