Skip to content

ICollectionReorder

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ICollectionReorder<TItem> interface

Contains information about reordering items in a collection.

interface ICollectionReorder<TItem>

Source reference: src/collections/observableCollections/ICollectionReorder.ts:5.

Generic Parameters

  • TItem - The type of items the collection contains.

Properties

  • readonly movedItems - Gets information about how each item was moved within the collection.
  • readonly operation - Gets the operation that was performed which led to items to be moved
Clone this wiki locally