Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
ChangedData
interface ChangedData extends EventData {
  action: string;
  addedCount: number;
  index: number;
  removed: T[];
}
Event args for "changed" event.

Summary

Properties

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

Properties

action

action: string

addedCount

addedCount: number

index

removed

removed: T[]