Preview 2.0 is now in Public Beta!
Read the Announcement
ChangedData
interface ChangedData extends EventData {
  action: string;
  addedCount: number;
  index: number;
  removed: T[];
}

Summary

Properties

action
addedCount
index
removed
2 properties inherited from EventData
Click to expand

Properties

addedCount