Update API doc

pull/4239/head
GitHub Actions Bot 2023-08-02 09:19:39 +00:00
parent 81de29c8ca
commit 5782793740
1 changed files with 7 additions and 1 deletions

View File

@ -3956,7 +3956,13 @@
"methods": [ "methods": [
{ {
"name": "error", "name": "error",
"parameters": [], "parameters": [
{
"name": "event",
"optional": false,
"type": "Event"
}
],
"returnType": "void", "returnType": "void",
"description": "Triggered when an error occurs while loading an image file." "description": "Triggered when an error occurs while loading an image file."
} }