ICollectionReorder - Andrei15193/react-model-view-viewmodel GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️