Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListMoveArchivedEvent<C>

Event emitted by a CList<C> when values that were already archived are moved.

Type Parameters

  • C

Hierarchy

Index

Properties

Metadata for the update that caused this event.

positions: string[]

The new positions corresponding to values.

I.e., the new positions that the values would have when restored (cf. CList.positionOf).

previousPositions: string[]

The previous positions corresponding to values.

values: C[]

The moved values, in arbitrary order. All of these values are in an (unchanged) archived state.

Generated using TypeDoc