UNPKG

truly-ui

Version:
22 lines (21 loc) 433 B
/** * 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", }, ];