Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiscardedErrorEventData

Event data containing information about discarded application errors.

Hierarchy

Index

Properties

Optional android

android: any

Gets the native Android event arguments. Valid only when running on Android.

error

error: NativeScriptError

eventName

eventName: string

The name of the event.

Optional ios

ios: any

Gets the native iOS event arguments. Valid only when running on iOS.

object

object: any

The instance that has raised the event.

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