Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReplaceItemsOptions<T>

Replace Items Options Interface

template

T typeof the items of the array

Type parameters

  • T

Hierarchy

  • ReplaceItemsOptions

Index

Properties

Optional deleteCount

deleteCount: number

Determines how many items will be deleted from the array

default

1

Optional itemsToReplace

itemsToReplace: T[]

Items to replace

default

[]

Optional startingIndex

startingIndex: number

Starting index of the array for replacement operation

default

0

Generated using TypeDoc