mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #5070 - Message: 'life-end' emit
This commit is contained in:
parent
9a27f6b16b
commit
1a1b60c443
3 changed files with 10 additions and 1 deletions
|
@ -75,6 +75,10 @@ const MessageEvents = [
|
|||
description: 'Browser event'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'life-end',
|
||||
description: "Callback to invoke when the message's timeout is over."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue