Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListMoveEvent<C>

Event emitted by a CList<C> when a range of values is moved.

Type Parameters

  • C

Hierarchy

Index

Properties

index: number

The new index of the first moved value.

Collectively, the values have indices index through index + values.length - 1.

Metadata for the update that caused this event.

positions: string[]

The new positions corresponding to values.

previousIndex: number

The previous index of the first moved value, i.e., its index just before it moved.

previousPositions: string[]

The previous positions corresponding to values i.e., their positions just before they moved.

values: C[]

The moved values, in list order.

Generated using TypeDoc