Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MovedListItem<V>

A moved item.

Type parameters

  • V

    a value type

Hierarchy

  • MovedListItem

Index

Properties

Properties

newIndex

newIndex: number

a new index

oldIndex

oldIndex: number

an old index

value

value: V | null

an item value

Generated using TypeDoc