mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
add dragstart event to Dialog component
This commit is contained in:
parent
f663868463
commit
42a0f934fb
4 changed files with 32 additions and 1 deletions
|
@ -180,6 +180,17 @@ const DialogEvents = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'dragstart',
|
||||
description: 'Fired when a dialog drag begins.',
|
||||
arguments: [
|
||||
{
|
||||
name: 'event',
|
||||
type: 'object',
|
||||
description: 'Event Object'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'dragend',
|
||||
description: 'Fired when a dialog drag completes.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue