mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add doc for dragend event
This commit is contained in:
parent
fa39c21c34
commit
69c37f7751
3 changed files with 19 additions and 2 deletions
|
@ -163,7 +163,18 @@ const DialogEvents = [
|
|||
},
|
||||
{
|
||||
name: "unmaximize",
|
||||
description: "Fire when a dialog gets unmaximized.",
|
||||
description: "Fired when a dialog gets unmaximized.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
type: "object",
|
||||
description: "Event Object"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "dragend",
|
||||
description: "Fired when a dialog drag completes.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue