Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CollectionChangedArgs

Index

Properties

rangeEnd

rangeEnd: number

The end of the range that this operation represents.

rangeStart

rangeStart: number

The beginning of the range that this operation represents.

sender

sender: any

Sender of this event collection changed argument object.

type

type: "append" | "insert" | "remove" | "clear" | "set" | "replace"

Type of collection operation this argument object represents. One of:

  • "append"
  • "insert"
  • "remove"
  • "clear"
  • "set"
  • "replace"