We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 108a68f + 596a32d commit 59452d2Copy full SHA for 59452d2
1 file changed
shared/ScriptUI.d.ts
@@ -2697,6 +2697,11 @@ declare class _Control {
2697
*/
2698
dispatchEvent(): Event
2699
2700
+ /**
2701
+ * Searches for the named element among the children of this window or container, and returns the object if found.
2702
+ */
2703
+ findElement(name: string): _Control | null
2704
+
2705
/**
2706
* Hides this element.
2707
0 commit comments