Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShowModalOptions

Hierarchy

  • ShowModalOptions

Index

Properties

Optional android

android: object

Type declaration

Optional animated

animated: boolean

An optional parameter specifying whether to show the modal view with animation.

Optional cancelable

cancelable: boolean

An optional parameter specifying whether the modal view can be dismissed when not in full-screen mode.

closeCallback

closeCallback: function

A function that will be called when the view is closed. Any arguments provided when calling ShownModallyData.closeCallback will be available here.

Type declaration

    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

context

context: any

Any context you want to pass to the modally shown view. This same context will be available in the arguments of the shownModally event handler.

Optional fullscreen

fullscreen: boolean

An optional parameter specifying whether to show the modal view in full-screen mode.

Optional ios

ios: object

An optional parameter that specify options specific to iOS as an object.

Type declaration

  • Optional height?: number

    height of the popup dialog

  • Optional presentationStyle?: any

    The UIModalPresentationStyle to be used when showing the dialog in iOS .

  • Optional width?: number

    width of the popup dialog

Optional stretched

stretched: boolean

An optional parameter specifying whether to stretch the modal view when not in full-screen mode.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method