Interfaces
ShownModallyData
Defines the data for the shownModally event.
Defined in: ui/core/view/view-interfaces.ts
Defines the data for the shownModally event.
Extends
Properties
closeCallback?
optional closeCallback?: Function;Defined in: ui/core/view/view-interfaces.ts
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?
optional context?: any;Defined in: ui/core/view/view-interfaces.ts
The context (optional, may be undefined) passed to the view when shown modally.
eventName
eventName: string;Defined in: data/observable/index.ts
The name of the event.
Inherited from
object
object: Observable;Defined in: data/observable/index.ts
The Observable instance that has raised the event.
Inherited from
- Previous
- ShowModalOptions
- Next
- Size