@microsoft/fast-element > Splice > (constructor)
Splice.(constructor)
Creates a splice.
Signature:
constructor(index: number, removed: any[], addedCount: number);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
index |
number |
The index that the splice occurs at. |
|
removed |
any[] |
The items that were removed. |
|
addedCount |
number |
The number of items that were added. |