Interfaces
ShownModallyData
ShownModallyData
interface ShownModallyData extends EventData { closeCallback: Function; context: any; }
Defines the data for the shownModally event.
Summary
Properties
closeCallback
A callback to call when you want to close the modally shown view.
Pass in any kind of arguments and you will receive when the callback parameter
of View.showModal is executed.
context
The context (optional, may be undefined) passed to the view when shown modally.
- Previous
- ShowModalOptions
- Next
- Size