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." } ] }