truly-ui
Version:
Web Components for Desktop Applications.
19 lines (18 loc) • 388 B
text/typescript
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",
},
];