Skip to main content

@microsoft/fast-element > Splice

Splice interface

Represents a set of splice-based changes against an Array.

Signature:
export interface Splice 

Properties

PropertyTypeDescription
addedCountnumberThe number of items that were added.
indexnumberThe index that the splice occurs at.
removedany[]The items that were removed.