Preview 2.0 is now in Public Beta!
Read the Announcement
ShownModallyData
interface ShownModallyData extends EventData {
  closeCallback: Function;
  context: any;
}

Summary

Properties

closeCallback
context
2 properties inherited from EventData
Click to expand

Properties

closeCallback

closeCallback?: Function

context

Next
Size