Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • AddItemFirstLastDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional list: T[]
    • Optional item: T
    • Optional position: firstLastEnum
    • Optional clone: boolean

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

item

item: T

The item to add

default

undefined

list

list: T[]

The list to which item needs to be added

default

undefined

position

position: firstLastEnum

The option if the item needs to be added at the beginning or the end of the list

default

last

Generated using TypeDoc