Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • AddItemDto

Index

Constructors

Properties

Constructors

constructor

  • new AddItemDto<T>(list?: T[], item?: T, clone?: boolean): AddItemDto<T>
  • Type parameters

    • T

    Parameters

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

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

Generated using TypeDoc