Add doc for dragend event

This commit is contained in:
Cagatay Civici 2021-05-14 13:23:14 +03:00
parent fa39c21c34
commit 69c37f7751
3 changed files with 19 additions and 2 deletions

View file

@ -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",