Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatedListItem<V>

Represents an updated list item.

Type parameters

  • V

    a value type

Hierarchy

  • UpdatedListItem

Index

Properties

Properties

index

index: number

an item index

newValue

newValue: V | null

a new value

oldValue

oldValue: V | null

an old value

Generated using TypeDoc