add dragstart event to Dialog component

This commit is contained in:
rob 2024-09-07 22:48:57 +12:00
parent f663868463
commit 42a0f934fb
No known key found for this signature in database
4 changed files with 32 additions and 1 deletions

View file

@ -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.',