IterableChangeRecord

IterableChangeRecord

Stable Interface

Interface Overview

interface IterableChangeRecord {
  V 
  currentIndex : number
  previousIndex : number
  item : V
  trackById : any
}

Interface Description

Record representing the item change information.

Interface Details

V
登录查看完整内容