Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ItemReorderArgs

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

Hierarchy

  • ItemEventArgs
    • ItemReorderArgs

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.

targetGroupIndex

targetGroupIndex: number

The target group index of the reordered item.

targetIndex

targetIndex: number

The target index of the reordered item.

view

view: EmbeddedViewRef

The angular view object that fires the event.

Generated using TypeDoc