Skip to content

Commit

Permalink
Update auto generate spec
Browse files Browse the repository at this point in the history
  • Loading branch information
srt32 committed May 28, 2024
1 parent 1d5282c commit e88543f
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,8 @@
},
"members": [
{
"kind": "method",
"kind": "field",
"name": "setValidity",
"parameters": [
{
"name": "message",
"type": {
"text": "string"
}
}
],
"inheritedFrom": {
"name": "AutoCheckValidationEvent",
"module": "src/auto-check-element.ts"
Expand All @@ -92,16 +84,8 @@
},
"members": [
{
"kind": "method",
"kind": "field",
"name": "setValidity",
"parameters": [
{
"name": "message",
"type": {
"text": "string"
}
}
],
"inheritedFrom": {
"name": "AutoCheckValidationEvent",
"module": "src/auto-check-element.ts"
Expand Down Expand Up @@ -206,6 +190,14 @@
"type": {
"text": "string"
}
},
{
"kind": "field",
"name": "httpMethod",
"type": {
"text": "string"
},
"readonly": true
}
],
"attributes": [
Expand Down

0 comments on commit e88543f

Please sign in to comment.