Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RemoveItemAtIndexDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional list: T[]
    • Optional index: number
    • Optional clone: boolean

    Returns RemoveItemAtIndexDto<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

index

index: number

The index to on which remove item

default

0

minimum

0

maximum

Infinity

step

1

list

list: T[]

The list from which item needs to be removed

default

undefined

Generated using TypeDoc