Skip to content

Commit e88543f

Browse files
committed
Update auto generate spec
1 parent 1d5282c commit e88543f

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

custom-elements.json

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,8 @@
5656
},
5757
"members": [
5858
{
59-
"kind": "method",
59+
"kind": "field",
6060
"name": "setValidity",
61-
"parameters": [
62-
{
63-
"name": "message",
64-
"type": {
65-
"text": "string"
66-
}
67-
}
68-
],
6961
"inheritedFrom": {
7062
"name": "AutoCheckValidationEvent",
7163
"module": "src/auto-check-element.ts"
@@ -92,16 +84,8 @@
9284
},
9385
"members": [
9486
{
95-
"kind": "method",
87+
"kind": "field",
9688
"name": "setValidity",
97-
"parameters": [
98-
{
99-
"name": "message",
100-
"type": {
101-
"text": "string"
102-
}
103-
}
104-
],
10589
"inheritedFrom": {
10690
"name": "AutoCheckValidationEvent",
10791
"module": "src/auto-check-element.ts"
@@ -206,6 +190,14 @@
206190
"type": {
207191
"text": "string"
208192
}
193+
},
194+
{
195+
"kind": "field",
196+
"name": "httpMethod",
197+
"type": {
198+
"text": "string"
199+
},
200+
"readonly": true
209201
}
210202
],
211203
"attributes": [

0 commit comments

Comments
 (0)