Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ItemSwipeArgs

Scheme for the arguments of the event fired on item swipe.

Hierarchy

  • ItemEventArgs
    • ItemSwipeArgs

Index

Properties

data

data: any

Might point to an object related to a specific event.

index

index: number

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

object

object: any

The object that fires the event.

Optional returnValue

returnValue: boolean

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

view

view: EmbeddedViewRef

The angular view object that fires the event.

Generated using TypeDoc