Update API doc

pull/4239/head
GitHub Actions Bot 2023-08-02 09:28:20 +00:00
parent 880c9ce6c3
commit 13c192b0e7
1 changed files with 13 additions and 0 deletions

View File

@ -33257,6 +33257,19 @@
],
"returnType": "void",
"description": "Emitted when the value changes."
},
{
"name": "change",
"parameters": [
{
"name": "event",
"optional": false,
"type": "Event",
"description": "Browser event."
}
],
"returnType": "void",
"description": "Callback to invoke on value change."
}
]
}