Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListArchivedEvent<C>

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

Type Parameters

  • C

Hierarchy

Index

Properties

Metadata for the update that caused this event.

positions: string[]

The positions corresponding to values.

values: C[]

The deleted values, in arbitrary order. All of these values were already archived.

Generated using TypeDoc