@@ -750,6 +750,39 @@ <h5 class="docs-api-h5 docs-api-method-header">Methods</h5>
750
750
751
751
752
752
753
+ < table class ="docs-api-method-table ">
754
+ < thead >
755
+ < tr class ="docs-api-method-name-row ">
756
+ < th colspan ="2 " class ="docs-api-method-name-cell "> < div class ="docs-api-modifier-method-marker ">
757
+ async
758
+ </ div > getType
759
+ </ th >
760
+ </ tr >
761
+ </ thead > < tr class ="docs-api-method-description-row ">
762
+ < td colspan ="2 " class ="docs-api-method-description-cell ">
763
+ < p > Gets the type of the button. Supported values are 'button', 'submit', and 'reset'.</ p >
764
+
765
+ </ td >
766
+ </ tr > < thead >
767
+ < tr class ="docs-api-method-returns-header-row ">
768
+ < th colspan ="2 " class ="docs-api-method-returns-header-cell "> Returns</ th >
769
+ </ tr >
770
+ </ thead >
771
+ < tr >
772
+ < td class ="docs-api-method-returns-type-cell ">
773
+ < code class ="docs-api-method-returns-type "> Promise<ButtonType | null></ code >
774
+ </ td >
775
+ < td class ="docs-api-method-returns-description-cell ">
776
+ < p class ="docs-api-method-returns-description ">
777
+
778
+ </ p >
779
+ </ td >
780
+ </ tr > </ table >
781
+
782
+
783
+
784
+
785
+
753
786
< table class ="docs-api-method-table ">
754
787
< thead >
755
788
< tr class ="docs-api-method-name-row ">
@@ -1029,6 +1062,19 @@ <h4 id="ButtonHarnessFilters" class="docs-header-link docs-api-h4 docs-api-inter
1029
1062
1030
1063
1031
1064
1065
+ < tr class ="docs-api-properties-row ">
1066
+ < td class ="docs-api-properties-name-cell "> < p class ="docs-api-property-name ">
1067
+ < code > buttonType: ButtonType</ code >
1068
+ </ p >
1069
+ </ td >
1070
+ < td class ="docs-api-property-description "> < p > Only find instances with the specified type.</ p >
1071
+ </ td >
1072
+ </ tr >
1073
+
1074
+
1075
+
1076
+
1077
+
1032
1078
< tr class ="docs-api-properties-row ">
1033
1079
< td class ="docs-api-properties-name-cell "> < p class ="docs-api-property-name ">
1034
1080
< code > disabled: boolean</ code >
@@ -1105,4 +1151,18 @@ <h4 id="ButtonAppearance" class="docs-header-link docs-api-h4 docs-api-type-alia
1105
1151
</ div >
1106
1152
1107
1153
1154
+
1155
+
1156
+
1157
+ < h4 id ="ButtonType " class ="docs-header-link docs-api-h4 docs-api-type-alias-name ">
1158
+ < span header-link ="ButtonType "> </ span >
1159
+ < code > ButtonType</ code >
1160
+ </ h4 > < p class ="docs-api-type-alias-description "> < p > Possible button types.</ p >
1161
+ </ p > < div class ="docs-markdown ">
1162
+ < pre class ="docs-markdown-pre ">
1163
+ < code class ="docs-markdown-code "> type ButtonType = 'button' | 'submit' | 'reset';</ code >
1164
+ </ pre >
1165
+ </ div >
1166
+
1167
+
1108
1168
</ div >
0 commit comments