mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2661 - New Image error event
This commit is contained in:
parent
cdf42edd14
commit
9a419b91db
4 changed files with 17 additions and 1 deletions
|
@ -15,6 +15,10 @@ const ImageEvents = [
|
|||
{
|
||||
name: "hide",
|
||||
description: "Triggered when the preview overlay is hidden."
|
||||
},
|
||||
{
|
||||
name: "error",
|
||||
description: "Triggered when an error occurs while loading an image file."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue