truly-ui
Version:
Web Components for Desktop Applications.
22 lines (21 loc) • 433 B
text/typescript
/**
* Created by William on 23/06/2017.
*/
export const dataEvents = [
{
name: "onShow",
description: "Dispatched when the modal Shows Up.",
},
{
name: "onMinimize",
description: "Dispatched when the modal is Minimized",
},
{
name: "onMaximize",
description: "Dispatched when the modal is Maximized",
},
{
name: "onClose",
description: "Dispatched when the modal is Closed",
},
];