findViewContent()
Implementation of View.findViewContent() that searches within this container.
findViewContent<T extends View>(type: new (...args: any[]) => T): T[];
Related
class UIContainer abstract
A base view class that represents a container element with no specific layout or styling.
