Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • AddItemsAtIndexesDto

Index

Constructors

Properties

Constructors

constructor

  • new AddItemsAtIndexesDto<T>(list?: T[], items?: T[], indexes?: number[], clone?: boolean): AddItemsAtIndexesDto<T>
  • Type parameters

    • T

    Parameters

    • Optional list: T[]
    • Optional items: T[]
    • Optional indexes: number[]
    • Optional clone: boolean

    Returns AddItemsAtIndexesDto<T>

Properties

Optional clone

clone: boolean

Tries to make structured clone of the incoming list data in the component, sometimes it may not be possible due to circular structures or other types of error

default

true

indexes

indexes: number[]

The index to add the item at

default

[0]

items

items: T[]

The item to add

default

undefined

list

list: T[]

The list to which item needs to be added

default

undefined

Generated using TypeDoc