From 13c192b0e74ab988dbeaab14845a7fbcc145d901 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 2 Aug 2023 09:28:20 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 6c37a5d00..4e2f4bce7 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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." } ] }