Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SwipeActionsEventData

Represents the arguments object supplied by all Swipe-to-Execute or Swipe-Actions events.

Hierarchy

Implements

  • unknown

Index

Properties

android

android: any

The native object that raised the event.

data

data: any

Might point to an object related to a specific event.

eventName

eventName: string

Returns the name of the event that has been fired.

groupIndex

groupIndex: number

Gets the index of the data group (if present) to which the event relates. Returns -1 if there is no group.

index

index: number

Gets the index of the item in the source to which the event relates.

ios

ios: any

The native object that raised the event

Optional mainView

mainView: View

Returns the View that represents the main content that is being swiped.

object

object: RadListView

The object that fires the event.

returnValue

returnValue: any

Returns a boolean value which is interpreted in the context with the event.

swipeView

swipeView: View

Returns the View that represents the content revealed below the main content when swiping.

view

view: View

The NativeScript object that raised the event.

Generated using TypeDoc